bala1802 commited on
Commit
d9122d9
1 Parent(s): b26e169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ with gr.Blocks() as demo:
70
  btn.click(inference, text, gallery)
71
 
72
  if __name__ == "__main__":
73
- demo.launch()
 
70
  btn.click(inference, text, gallery)
71
 
72
  if __name__ == "__main__":
73
+ demo.launch(share=True)