macaodha commited on
Commit
59790d4
·
1 Parent(s): 867f4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)