Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
b702325
1
Parent(s):
11b7e21
Update app.py
Browse files
app.py
CHANGED
@@ -263,8 +263,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
263 |
api_name="run",
|
264 |
)
|
265 |
with gr.Column(scale=1):
|
266 |
-
|
267 |
-
|
268 |
|
269 |
|
270 |
if __name__ == "__main__":
|
|
|
263 |
api_name="run",
|
264 |
)
|
265 |
with gr.Column(scale=1):
|
266 |
+
gr.Markdown("### Image Gallery")
|
267 |
+
predefined_gallery = gr.Gallery(label="Image Gallery", columns=4, show_label=False, value=load_predefined_images())
|
268 |
|
269 |
|
270 |
if __name__ == "__main__":
|