malvika2003 commited on
Commit
394fc76
·
verified ·
1 Parent(s): 6404719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,4 +92,4 @@ with gr.Blocks() as demo:
92
 
93
  if __name__ == "__main__":
94
  demo.queue()
95
- demo.launch()
 
92
 
93
  if __name__ == "__main__":
94
  demo.queue()
95
+ demo.launch(share=True)