Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0llheaven
/
Pneumonia_obj
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0llheaven
commited on
May 23
Commit
3767340
·
verified
·
1 Parent(s):
dfeff47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ demo = gr.Interface(fn=predict,
48
gr.Textbox(label="Message")
49
]
50
)
51
-
demo.launch()
48
gr.Textbox(label="Message")
49
]
50
)
51
+
demo.launch(
share=True, debug=True
)