anonymousatom commited on
Commit
2870403
1 Parent(s): d089caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ with gr.Blocks() as demo:
74
  )
75
 
76
  # Launch the entire Blocks interface
77
- demo.launch()
 
74
  )
75
 
76
  # Launch the entire Blocks interface
77
+ demo.launch(share=True)