Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def prediction(text):
|
|
| 64 |
#print(summary)
|
| 65 |
outputs = [
|
| 66 |
gr.Textbox(lines =5,label = "Summarization of text"),
|
| 67 |
-
gr.Number(label="count1")
|
| 68 |
gr.Number(label="count2")
|
| 69 |
]
|
| 70 |
demo_app = gr.Interface(
|
|
|
|
| 64 |
#print(summary)
|
| 65 |
outputs = [
|
| 66 |
gr.Textbox(lines =5,label = "Summarization of text"),
|
| 67 |
+
gr.Number(label="count1"),
|
| 68 |
gr.Number(label="count2")
|
| 69 |
]
|
| 70 |
demo_app = gr.Interface(
|