Ayeshanoor101 commited on
Commit
4bb75ae
1 Parent(s): cef6f84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks(fill_height=True,css=css) as demo:
119
 
120
  # Launch the interface
121
  if __name__ == "__main__":
122
- demo.launch()
 
119
 
120
  # Launch the interface
121
  if __name__ == "__main__":
122
+ demo.launch(share=True)