Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macaodha
/
sinr
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
macaodha
commited on
Nov 14, 2023
Commit
59790d4
·
1 Parent(s):
867f4eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -177,4 +177,4 @@ with gr.Blocks(title="SINR Demo") as demo:
177
outputs=[output_text, output_image, selected_taxa]
178
)
179
180
-
demo.launch()
177
outputs=[output_text, output_image, selected_taxa]
178
)
179
180
+
demo.launch(
share=True
)