Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|