Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 128 |
|
| 129 |
with gr.Row():
|
| 130 |
with gr.Column(elem_id="left-column"):
|
| 131 |
-
gr.Markdown("""#
|
| 132 |
|
| 133 |
# Display result image at the top
|
| 134 |
result = gr.Image(label="Result", show_label=False, elem_id="result")
|
|
|
|
| 128 |
|
| 129 |
with gr.Row():
|
| 130 |
with gr.Column(elem_id="left-column"):
|
| 131 |
+
gr.Markdown("""# Rainbow Media X""")
|
| 132 |
|
| 133 |
# Display result image at the top
|
| 134 |
result = gr.Image(label="Result", show_label=False, elem_id="result")
|