Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Starchik1/anychat
Starchik
/
CodeBox
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4b3b3b3
CodeBox
/
app_transformers.py
akhaliq
HF staff
add phi-4
723d7fe
30 days ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
gradio
as
gr
import
ai_gradio
demo = gr.load(
name=
'transformers:phi-4'
,
src=ai_gradio.registry
)
if
__name__ ==
"__main__"
:
demo.launch()