Kev09 commited on
Commit
6c27460
·
1 Parent(s): eb43e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
30
  gr.HTML("<br>")
31
 
32
  # out = gr.Textbox()
33
- out=gr.Label()
34
  gr.HTML("<br>")
35
  btn = gr.Button("Run")
36
  btn.click(fn=fonc, inputs=img1, outputs=out)
 
30
  gr.HTML("<br>")
31
 
32
  # out = gr.Textbox()
33
+ out=gr.Label(show_label=False)
34
  gr.HTML("<br>")
35
  btn = gr.Button("Run")
36
  btn.click(fn=fonc, inputs=img1, outputs=out)