Kev09 commited on
Commit
c31d5b0
·
1 Parent(s): da1b636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,7 +25,9 @@ def fonc(img):
25
 
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
  img1=gr.Image(type='filepath',tool=['editor', 'select'] )
 
29
 
30
  # out = gr.Textbox()
31
  out=gr.Label()
 
25
 
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><br><br><br>")
29
  img1=gr.Image(type='filepath',tool=['editor', 'select'] )
30
+ gr.HTML("<br><br><br><br>")
31
 
32
  # out = gr.Textbox()
33
  out=gr.Label()