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...
8d3e5d7
phi-4
/
app.py
Siddartha10
Update app.py
25bed0d
verified
6 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
gradio
as
gr
themes=
'1024m/1024m-1'
with
gr.Blocks(theme=gr.themes)
as
demo:
gr.load(
"models/Siddartha10/LLama-3B-A50"
).launch()
# code