Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
physician-ai
/
Prompt-Testing-Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neuralleap
commited on
6 days ago
Commit
e3371c5
·
verified
·
1 Parent(s):
f5008da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ with gr.Blocks(title="Healthelic") as demo:
77
)
78
79
if __name__ == "__main__":
80
-
demo.launch()
77
)
78
79
if __name__ == "__main__":
80
+
demo.launch(
share=True
)