Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ iface = gr.Interface(
|
|
121 |
inputs=[
|
122 |
gr.Textbox(label="Enter text to summarize:"),
|
123 |
gr.Label(label="Summarize"),
|
124 |
-
gr.Button(
|
125 |
],
|
126 |
outputs=gr.Textbox(label="Summary:"),
|
127 |
live=True,
|
|
|
121 |
inputs=[
|
122 |
gr.Textbox(label="Enter text to summarize:"),
|
123 |
gr.Label(label="Summarize"),
|
124 |
+
gr.Button("Summarize"), # Provide the label directly here
|
125 |
],
|
126 |
outputs=gr.Textbox(label="Summary:"),
|
127 |
live=True,
|