sblumenf commited on
Commit
c83b8cc
1 Parent(s): cb909a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()