Update hg_app.py
Browse files
hg_app.py
CHANGED
@@ -300,10 +300,10 @@ def build_app():
|
|
300 |
|
301 |
with gr.Column(scale=2):
|
302 |
with gr.Tabs() as gallery:
|
303 |
-
with gr.Tab('
|
304 |
with gr.Row():
|
305 |
gr.Examples(examples=example_is, inputs=[image],
|
306 |
-
label="
|
307 |
|
308 |
#with gr.Tab('Text to 3D Gallery', id='tab_txt_gallery', visible=HAS_T2I) as tab_gt:
|
309 |
with gr.Tab('Text to 3D Gallery', id='tab_txt_gallery', visible=False) as tab_gt:
|
|
|
300 |
|
301 |
with gr.Column(scale=2):
|
302 |
with gr.Tabs() as gallery:
|
303 |
+
with gr.Tab('Examples', id='tab_img_gallery') as tab_gi:
|
304 |
with gr.Row():
|
305 |
gr.Examples(examples=example_is, inputs=[image],
|
306 |
+
label="Example Images", examples_per_page=18)
|
307 |
|
308 |
#with gr.Tab('Text to 3D Gallery', id='tab_txt_gallery', visible=HAS_T2I) as tab_gt:
|
309 |
with gr.Tab('Text to 3D Gallery', id='tab_txt_gallery', visible=False) as tab_gt:
|