Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
modelscope
/
modelscope-studio
like
46
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
4e0488c
modelscope-studio
/
legacy_app.py
Coloring
fix: 0.x => 1.0
e841ba5
2 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
from
components.legacy.app
import
legacy_demo
demo = legacy_demo
if
__name__ ==
"__main__"
:
demo.launch()