Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
baliddeki
/
phronesis-ml-endpoint
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
baliddeki
commited on
May 22
Commit
6cd0958
·
1 Parent(s):
1845821
public url
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ demo = gr.Interface(
95
description="Upload CT scan images to generate a medical report"
96
)
97
98
-
demo.launch()
95
description="Upload CT scan images to generate a medical report"
96
)
97
98
+
demo.launch(
share=True
)