dawood HF staff commited on
Commit
cf1e385
·
verified ·
1 Parent(s): 629fe36

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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(position="right"):
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():