Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gchaves-99
/
phi4_mini_full_router
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gchaves-99
commited on
Mar 21
Commit
6210c96
·
1 Parent(s):
ff20cc2
Add files
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/gchaves-99/phi4_fullrouter").launch()