blesspearl commited on
Commit
b1efdbf
·
verified ·
1 Parent(s): ee41624

Update app.py

Browse files

making the web application sharable

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -402,4 +402,6 @@ with gr.Blocks() as demo:
402
 
403
 
404
 
405
- demo.launch()
 
 
 
402
 
403
 
404
 
405
+ demo.launch(
406
+ share=True
407
+ )