Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
syafiqq/SOAP_AI
spriambada3
/
SOAP_AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
syafiqq
commited on
Feb 21
Commit
4a1a17e
·
verified
·
1 Parent(s):
60494ed
gradio
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -127,4 +127,4 @@ with gr.Blocks(title="AI-based Medical SOAP Summarization and Tag Detection with
127
)
128
129
# Jalankan aplikasi
130
-
app.launch()
127
)
128
129
# Jalankan aplikasi
130
+
app.launch(
share=True
)