Spaces:
Running
on
Zero
Running
on
Zero
gaparmar
commited on
Commit
·
2d7a781
1
Parent(s):
d9f2bd4
updated usage tios
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Soft(), elem_id="main
|
|
299 |
generate_btn = gr.Button("Generate", variant="primary")
|
300 |
|
301 |
with gr.Row(scale=1):
|
302 |
-
output_gallery_group = gr.Gallery(label="Group Inference", show_label=True,elem_id="gallery", columns=4
|
303 |
|
304 |
|
305 |
gr.Examples(
|
|
|
299 |
generate_btn = gr.Button("Generate", variant="primary")
|
300 |
|
301 |
with gr.Row(scale=1):
|
302 |
+
output_gallery_group = gr.Gallery(label="Group Inference", show_label=True,elem_id="gallery", columns=4)
|
303 |
|
304 |
|
305 |
gr.Examples(
|