Lennard Schober commited on
Commit
754f675
·
1 Parent(s): 670d38f

Add share=True to launch

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -220,5 +220,4 @@ with gr.Blocks(css=css) as demo:
220
  )
221
 
222
  # Launch the app
223
- if __name__ == "__main__":
224
- demo.launch()
 
220
  )
221
 
222
  # Launch the app
223
+ demo.launch(share=True, ssr_mode=False)