Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Siddartha10
/
phi-4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1fa00d
phi-4
/
app.py
Siddartha10
Update app.py
e1fa00d
verified
4 months ago
raw
Copy download link
history
blame
Safe
188 Bytes
import
gradio
as
gr
from
gradio.themes.utils.theme_dropdown
import
create_theme_dropdown
dropdown, js = create_theme_dropdown()
gr.load(
"models/Siddartha10/LLama-3B-A50"
).launch()
# code