Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lavita
/
medical-question-answering-datasets
like
21
Running
App
Files
Files
Community
phosseini
commited on
9 days ago
Commit
177fbb5
•
1 Parent(s):
2747a0a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,7 @@ def main():
69
number_of_datasets,
70
table,
71
])
72
-
demo.launch(
enable_queue=True,
share=False)
73
74
75
69
number_of_datasets,
70
table,
71
])
72
+
demo.launch(share=False)
73
74
75