lovodkin93 commited on
Commit
3ea3175
1 Parent(s): d53d500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ with gr.Blocks() as demo:
22
 
23
 
24
  # Display the interface
25
- demo.launch()
 
22
 
23
 
24
  # Display the interface
25
+ demo.launch(share=True)