Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daniel-rdt
/
titanic
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
daniel-rdt
commited on
Nov 16, 2022
Commit
f5a5e52
·
1 Parent(s):
4147347
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ demo = gr.Interface(
89
# outputs=gr.outputs.Textbox())
90
outputs=gr.Image(type="pil"))
91
92
-
demo.launch(
share=True
)
89
# outputs=gr.outputs.Textbox())
90
outputs=gr.Image(type="pil"))
91
92
+
demo.launch()