Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Layer6/TR0N
alfabill
/
TR0N
like
0
Runtime error
App
Files
Files
Community
alfabill
commited on
Nov 4, 2023
Commit
5e07389
•
1 Parent(s):
88b44f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -232,4 +232,4 @@ with gr.Blocks(css=css) as demo:
232
233
234
demo.queue()
235
-
demo.launch()
232
233
234
demo.queue()
235
+
demo.launch(
show_api=True
)