Spaces:
Sleeping
Sleeping
Commit ·
304fe97
1
Parent(s): 9c96b66
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,6 +133,7 @@ app1=gr.Interface(
|
|
| 133 |
|
| 134 |
app2=gr.Interface(
|
| 135 |
fn=text_to_short_summary,
|
|
|
|
| 136 |
outputs=[gr.outputs.Textbox()]
|
| 137 |
)
|
| 138 |
|
|
|
|
| 133 |
|
| 134 |
app2=gr.Interface(
|
| 135 |
fn=text_to_short_summary,
|
| 136 |
+
inputs=None,
|
| 137 |
outputs=[gr.outputs.Textbox()]
|
| 138 |
)
|
| 139 |
|