Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|