ubowang commited on
Commit
8ff2460
1 Parent(s): 985dd44

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