Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from newspaper import Article
|
2 |
|
|
|
|
|
3 |
def read_later(url):
|
4 |
article = Article(url)
|
5 |
article.download()
|
|
|
1 |
from newspaper import Article
|
2 |
|
3 |
+
import gradio as gr
|
4 |
+
|
5 |
def read_later(url):
|
6 |
article = Article(url)
|
7 |
article.download()
|