Jojohickman21 commited on
Commit
d98304c
·
verified ·
1 Parent(s): 90582e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,4 +186,4 @@ with gr.Blocks() as demo:
186
 
187
  # Launch the app
188
  if __name__ == "__main__":
189
- demo.launch()
 
186
 
187
  # Launch the app
188
  if __name__ == "__main__":
189
+ demo.launch(share=True)