ubowang commited on
Commit
653a1dc
·
verified ·
1 Parent(s): 3a68c5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,5 +56,5 @@ with block:
56
  inputs=[input_file],
57
  )
58
 
59
- block.launch()
60
 
 
56
  inputs=[input_file],
57
  )
58
 
59
+ block.launch(share=True)
60