ApsidalSolid4 commited on
Commit
cc3e103
·
verified ·
1 Parent(s): f3daad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,4 +269,4 @@ demo = gr.Interface(
269
 
270
  # Launch the interface
271
  if __name__ == "__main__":
272
- demo.launch()
 
269
 
270
  # Launch the interface
271
  if __name__ == "__main__":
272
+ demo.launch(share=True)