Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FACED
/
Suno
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FACED
commited on
Mar 31
Commit
2d407fb
·
verified
·
1 Parent(s):
c3d44c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -50,5 +50,5 @@ demo = gr.Interface(
50
)
51
52
if __name__ == "__main__":
53
-
#
启动服务器
54
-
demo.launch()
50
)
51
52
if __name__ == "__main__":
53
+
#
启动服务器,启用API访问
54
+
demo.launch(
enable_api=True
)