Kangarroar commited on
Commit
674c656
1 Parent(s): 657a354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ with demo:
98
  #b5 = gr.Button("SPAM ME")
99
  #b5.click(fn=spam)
100
 
101
- demo.launch()
 
98
  #b5 = gr.Button("SPAM ME")
99
  #b5.click(fn=spam)
100
 
101
+ demo.launch(share=True)