Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ head = (
|
|
59 |
with gr.Blocks(title=title) as demo:
|
60 |
# Display title and description
|
61 |
gr.Markdown(head)
|
62 |
-
|
63 |
|
64 |
with gr.Row():
|
65 |
# Using ImageEditor with type='numpy'
|
|
|
59 |
with gr.Blocks(title=title) as demo:
|
60 |
# Display title and description
|
61 |
gr.Markdown(head)
|
62 |
+
|
63 |
|
64 |
with gr.Row():
|
65 |
# Using ImageEditor with type='numpy'
|