Yoxas commited on
Commit
3c2c97b
·
verified ·
1 Parent(s): 2899092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ gr.Interface(
109
  article="""<p>This is an experimental app that allows you to create a dataset from research papers.</p>
110
  <p>This app uses the allenai/led-base-16384-multi_lexsum-source-long and sshleifer/distilbart-cnn-12-6 AI models.</p>
111
  <p>The output file is a CSV with 3 columns: title, abstract, and content.</p>"""
112
- ).launch(share=True)
 
109
  article="""<p>This is an experimental app that allows you to create a dataset from research papers.</p>
110
  <p>This app uses the allenai/led-base-16384-multi_lexsum-source-long and sshleifer/distilbart-cnn-12-6 AI models.</p>
111
  <p>The output file is a CSV with 3 columns: title, abstract, and content.</p>"""
112
+ ).launch()