Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def headline_writer2(text):
|
|
| 71 |
|
| 72 |
headline2 = gr.Interface(
|
| 73 |
fn=headline_writer2,
|
| 74 |
-
inputs=gr.Textbox(),
|
| 75 |
outputs=gr.Textbox(label=""),
|
| 76 |
)
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
headline2 = gr.Interface(
|
| 73 |
fn=headline_writer2,
|
| 74 |
+
inputs=gr.Textbox(lines=50),
|
| 75 |
outputs=gr.Textbox(label=""),
|
| 76 |
)
|
| 77 |
|