lossLopes commited on
Commit
3a8d738
·
1 Parent(s): 2595b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(label="Summarize"),
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,