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
4147347
·
1 Parent(s):
8100324
Upload app.py
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()
89
# outputs=gr.outputs.Textbox())
90
outputs=gr.Image(type="pil"))
91
92
+
demo.launch(
share=True
)