Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
|
|
| 200 |
value=1024,
|
| 201 |
)
|
| 202 |
|
| 203 |
-
|
| 204 |
with gr.Row(), gr.Column():
|
| 205 |
gr.Markdown("## Examples")
|
| 206 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|
|
|
|
| 200 |
value=1024,
|
| 201 |
)
|
| 202 |
|
| 203 |
+
|
| 204 |
with gr.Row(), gr.Column():
|
| 205 |
gr.Markdown("## Examples")
|
| 206 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|