Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
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()
|