Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuoop
/
1223
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yuoop
commited on
Mar 25
Commit
3c49281
·
verified
·
1 Parent(s):
c7019f6
Create api.py
Browse files
Files changed (1)
hide
show
api.py
+4
-0
api.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from app import app
2
+
3
+
# Hugging Face 需要这个变量名
4
+
gradio_app = app