Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,6 +28,7 @@ with gr.Blocks() as demo:
|
|
| 28 |
img1=gr.Image(type='filepath',tool=['editor', 'select'] )
|
| 29 |
|
| 30 |
out = gr.Textbox()
|
|
|
|
| 31 |
btn = gr.Button("Run")
|
| 32 |
btn.click(fn=fonc, inputs=img1, outputs=out)
|
| 33 |
|
|
|
|
| 28 |
img1=gr.Image(type='filepath',tool=['editor', 'select'] )
|
| 29 |
|
| 30 |
out = gr.Textbox()
|
| 31 |
+
out=gr.Label()
|
| 32 |
btn = gr.Button("Run")
|
| 33 |
btn.click(fn=fonc, inputs=img1, outputs=out)
|
| 34 |
|