Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
larry1129
/
WooWoof_AI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
larry1129
commited on
Sep 23, 2024
Commit
d2a44a5
·
verified
·
1 Parent(s):
286c580
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,5 +132,5 @@ iface = gr.Interface(
132
)
133
134
# 启动 Gradio 接口
135
-
iface.launch(
enable_api
=True)
136
132
)
133
134
# 启动 Gradio 接口
135
+
iface.launch(
api_open
=True)
136