Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
antonbol
/
titanic
like
0
Runtime error
App
Files
Files
Community
antonbol
commited on
Nov 15, 2022
Commit
84897f6
•
1 Parent(s):
95724f7
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ demo = gr.Interface(
48
],
49
outputs=gr.Image(type="pil"))
50
51
-
demo.launch(
share=sharebool
)
48
],
49
outputs=gr.Image(type="pil"))
50
51
+
demo.launch()