Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def fonc(img):
|
|
| 23 |
|
| 24 |
|
| 25 |
|
| 26 |
-
with gr.Blocks() 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 |
|
|
|
|
| 23 |
|
| 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 |
img1=gr.Image(type='filepath',tool=['editor', 'select'] )
|
| 29 |
|