Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,6 @@ def process(
|
|
109 |
|
110 |
|
111 |
with gr.Blocks() as demo:
|
112 |
-
gr.Markdown(MARKDOWN)
|
113 |
with gr.Row():
|
114 |
with gr.Column():
|
115 |
input_image_editor_component = gr.ImageEditor(
|
|
|
109 |
|
110 |
|
111 |
with gr.Blocks() as demo:
|
|
|
112 |
with gr.Row():
|
113 |
with gr.Column():
|
114 |
input_image_editor_component = gr.ImageEditor(
|