Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iscc
/
iscc-playground
like
4
Running
App
Files
Files
Community
titusz
commited on
Jan 24
Commit
909172d
•
1 Parent(s):
12a4666
Synced repo using 'sync_with_huggingface' Github Action
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -175,5 +175,4 @@ demo = gr.TabbedInterface(
175
)
176
177
if __name__ == '__main__':
178
-
demo.launch(
debug=True, show_api=True
)
179
-
175
)
176
177
if __name__ == '__main__':
178
+
demo.launch()