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

Update app.py

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