intelliarts commited on
Commit
c956c9b
·
verified ·
1 Parent(s): 6d3c4d5

Update app.py

Browse files

Remove label argument from button, because it's not longe exist

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks() as demo:
189
  with gr.Column():
190
  gr.Markdown("## Inputs")
191
  image = gr.Image(type="pil",label="Input")
192
- submit_button = gr.Button(value="Submit", label="Submit")
193
  with gr.Column():
194
  gr.Markdown("## Outputs")
195
  with gr.Tab('Image of damages'):
 
189
  with gr.Column():
190
  gr.Markdown("## Inputs")
191
  image = gr.Image(type="pil",label="Input")
192
+ submit_button = gr.Button("Submit")
193
  with gr.Column():
194
  gr.Markdown("## Outputs")
195
  with gr.Tab('Image of damages'):