Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kalbe-x-Bangkit
/
medVQA-tester
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kalbe-x-Bangkit
commited on
Jun 11, 2024
Commit
2ed4863
·
verified
·
1 Parent(s):
783c4bc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -389,4 +389,4 @@ with gr.Blocks(
389
],
390
)
391
392
-
demo.launch()
389
],
390
)
391
392
+
demo.launch(
share=True, debug=True
)