Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Turkeyengineer
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Turkeyengineer
commited on
May 11
Commit
dc80fb1
·
verified
·
1 Parent(s):
5c9e304
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ demo = gr.Interface(
12
# 移除 api_name,使用 Gradio 預設 endpoint
13
)
14
15
-
demo.launch()
12
# 移除 api_name,使用 Gradio 預設 endpoint
13
)
14
15
+
demo.launch(
api_name="run_predict"
)