Spaces:
Running
Running
Commit
·
9ab2240
1
Parent(s):
8d1f235
Update app.py
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ def art(url):
|
|
10 |
art.nlp()
|
11 |
out=art.summary
|
12 |
return out
|
13 |
-
|
14 |
demo.launch()
|
|
|
10 |
art.nlp()
|
11 |
out=art.summary
|
12 |
return out
|
13 |
+
demo = gr.Interface(fn=art,inputs='text',outputs='text',examples= [['https://www.hindustantimes.com/india-news/air-india-to-refund-full-amount-to-all-passengers-affected-by-delhi-san-francisco-flight-101686218402229.html']])
|
14 |
demo.launch()
|