Update hg_app.py
Browse files
hg_app.py
CHANGED
@@ -305,7 +305,8 @@ def build_app():
|
|
305 |
gr.Examples(examples=example_is, inputs=[image],
|
306 |
label="Image Prompts", 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.Row():
|
310 |
gr.Examples(examples=example_ts, inputs=[caption],
|
311 |
label="Text Prompts", examples_per_page=18)
|
|
|
305 |
gr.Examples(examples=example_is, inputs=[image],
|
306 |
label="Image Prompts", 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:
|
310 |
with gr.Row():
|
311 |
gr.Examples(examples=example_ts, inputs=[caption],
|
312 |
label="Text Prompts", examples_per_page=18)
|