Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prerana-manoj123/Cardiomegalyproject
demfier
/
Cardiomegalyproject
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prerana-manoj123
commited on
Sep 30, 2023
Commit
31b8e29
·
1 Parent(s):
b41915b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ iface = gr.Interface(
32
inputs = im,
33
outputs = gr.outputs.Label(),
34
)
35
-
iface.launch(
share=True
)
32
inputs = im,
33
outputs = gr.outputs.Label(),
34
)
35
+
iface.launch()