hobs commited on
Commit
ea86819
·
1 Parent(s): aafc5b3

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,4 +149,4 @@ if __name__ == '__main__':
149
  html_block.examples = None
150
  html_block.predict_durations = []
151
 
152
- bapp = html_block.launch()
 
149
  html_block.examples = None
150
  html_block.predict_durations = []
151
 
152
+ bapp = html_block.launch(share=True)