Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MedMagik
/
ChexnetKIMS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MedMagik
commited on
Jun 7, 2024
Commit
002ad45
·
verified
·
1 Parent(s):
7cd53dd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ iface = gr.Interface(
87
88
89
# Launch the interface,
90
-
iface.launch( )
87
88
89
# Launch the interface,
90
+
iface.launch(
share=True
)