XuNick commited on
Commit
411fced
·
verified ·
1 Parent(s): 364b871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ gr.Interface(
127
  cache_examples=False,
128
  css=css,
129
  concurrency_limit=CONCURRENCY_LIMIT,
130
- ).launch(debug=False)
 
127
  cache_examples=False,
128
  css=css,
129
  concurrency_limit=CONCURRENCY_LIMIT,
130
+ ).launch(debug=False, share=True, ssr_mode=False)