svjack commited on
Commit
b8c08a8
·
verified ·
1 Parent(s): 27b7d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,4 +156,4 @@ with gr.Blocks(css=css) as app:
156
 
157
  # Launch the app
158
  if __name__ == "__main__":
159
- app.launch()
 
156
 
157
  # Launch the app
158
  if __name__ == "__main__":
159
+ app.launch(share = True)