Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -240,8 +240,7 @@ with gr.Blocks(css=css) as app:
|
|
| 240 |
scale=1,
|
| 241 |
|
| 242 |
)
|
| 243 |
-
|
| 244 |
-
gr.Markdown(tips)
|
| 245 |
with gr.Sidebar(label="Parameters", open=True):
|
| 246 |
gr.Markdown("### General parameters")
|
| 247 |
with gr.Row():
|
|
|
|
| 240 |
scale=1,
|
| 241 |
|
| 242 |
)
|
| 243 |
+
|
|
|
|
| 244 |
with gr.Sidebar(label="Parameters", open=True):
|
| 245 |
gr.Markdown("### General parameters")
|
| 246 |
with gr.Row():
|