Kev09 commited on
Commit
eb43e35
·
1 Parent(s): 9bca65f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def fonc(img):
26
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
27
  # gr.Markdown("Start typing below and then click **Run** to see the output.")
28
  # gr.HTML("<br>")
29
- img1=gr.Image(type='filepath',tool=['editor', 'select'] )
30
  gr.HTML("<br>")
31
 
32
  # out = gr.Textbox()
 
26
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
27
  # gr.Markdown("Start typing below and then click **Run** to see the output.")
28
  # gr.HTML("<br>")
29
+ img1=gr.Image(type='filepath',tool=['editor', 'select'],show_label=False )
30
  gr.HTML("<br>")
31
 
32
  # out = gr.Textbox()