sheonhan commited on
Commit
21c3383
·
1 Parent(s): 0918068

add share=True in launch

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,6 +21,5 @@ gr.Interface(
21
  outputs="text",
22
  title=title,
23
  description=description,
24
- article=article,
25
- share=True
26
- ).launch()
 
21
  outputs="text",
22
  title=title,
23
  description=description,
24
+ article=article
25
+ ).launch(share=True)