Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -256,7 +256,7 @@ def build_app():
|
|
256 |
with gr.Tab('Generated Textured Mesh') as mesh2:
|
257 |
html_output2 = gr.HTML(HTML_OUTPUT_PLACEHOLDER, label='Output')
|
258 |
|
259 |
-
with gr.Sidebar(
|
260 |
with gr.Tabs() as gallery:
|
261 |
with gr.Tab('Image to 3D Gallery', id='tab_img_gallery') as tab_gi:
|
262 |
with gr.Row():
|
|
|
256 |
with gr.Tab('Generated Textured Mesh') as mesh2:
|
257 |
html_output2 = gr.HTML(HTML_OUTPUT_PLACEHOLDER, label='Output')
|
258 |
|
259 |
+
with gr.Sidebar():
|
260 |
with gr.Tabs() as gallery:
|
261 |
with gr.Tab('Image to 3D Gallery', id='tab_img_gallery') as tab_gi:
|
262 |
with gr.Row():
|