Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,8 @@ def fonc(img):
|
|
| 24 |
|
| 25 |
|
| 26 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 27 |
-
|
| 28 |
-
|
| 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 |
|