Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.31k
Running
on
CPU Upgrade
App
Files
Files
Community
40
refs/pr/40
anychat
/
app_transformers.py
akhaliq
HF staff
add phi-4
723d7fe
3 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()