Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
funnyPhani
/
medImg_Analyzer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
funnyPhani
commited on
Mar 6, 2024
Commit
238a9c4
·
verified
·
1 Parent(s):
5592cc2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,5 +20,5 @@ iface = gr.Interface(
20
)
21
22
# Launch the interface
23
-
iface.launch(debug=False,inline = False,share =
True
)
24
20
)
21
22
# Launch the interface
23
+
iface.launch(debug=False,inline = False,share =
False
)
24