秋山翔 commited on
Commit
11c3557
1 Parent(s): 1a7da4b

MAINT: share true

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,5 +119,5 @@ gr.Interface(
119
  article=article,
120
  examples=examples,
121
  allow_flagging="never",
122
- allow_screenshot=False
123
- ).launch(enable_queue=True)
 
119
  article=article,
120
  examples=examples,
121
  allow_flagging="never",
122
+ allow_screenshot=False,
123
+ ).launch(enable_queue=True, share=True)