Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -502,7 +502,7 @@ def main():
|
|
| 502 |
format="png",
|
| 503 |
show_label=False
|
| 504 |
)
|
| 505 |
-
with gr.Accordion(label="Generation Parameters", open=
|
| 506 |
gr_metadata = gr.JSON(label="metadata", show_label=False)
|
| 507 |
|
| 508 |
with gr.Row():
|
|
|
|
| 502 |
format="png",
|
| 503 |
show_label=False
|
| 504 |
)
|
| 505 |
+
with gr.Accordion(label="Generation Parameters", open=True):
|
| 506 |
gr_metadata = gr.JSON(label="metadata", show_label=False)
|
| 507 |
|
| 508 |
with gr.Row():
|