Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pratikshahp/discord-integration-msg-translation-app
cloudyuga
/
msg-translation-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pratikshahp
commited on
Jun 16
Commit
73fa148
·
verified
·
1 Parent(s):
b76473f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,5 +28,5 @@ iface = gr.Interface(
28
iface.queue()
29
30
# Launch the app
31
-
iface.launch()
32
28
iface.queue()
29
30
# Launch the app
31
+
iface.launch(
show_api=True
)
32