Gaurav Kordaiya commited on
Commit
8228349
1 Parent(s): 9df1de7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,4 +164,4 @@ with gr.Blocks() as demo:
164
  outputs=[label_1, label_2],
165
  )
166
 
167
- demo.launch()
 
164
  outputs=[label_1, label_2],
165
  )
166
 
167
+ demo.launch(share=True)