Kev09 commited on
Commit
06fae6b
·
1 Parent(s): 9c64515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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