hansyan commited on
Commit
8808030
β€’
1 Parent(s): 7b6b1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,12 +135,12 @@ with gr.Blocks(title="TripoSR", css=css) as interface:
135
 
136
  with gr.Column():
137
  with gr.Row():
138
- output_image = gr.Image(label='Generated Image', height=384, width=384)
139
 
140
  output_model_obj = gr.Model3D(
141
  label="Output 3D Model (OBJ Format)",
142
  interactive=False,
143
- height=384, width=384,
144
  )
145
 
146
  with gr.Row():
 
135
 
136
  with gr.Column():
137
  with gr.Row():
138
+ output_image = gr.Image(label='Generated Image', height=384,)
139
 
140
  output_model_obj = gr.Model3D(
141
  label="Output 3D Model (OBJ Format)",
142
  interactive=False,
143
+ height=384,
144
  )
145
 
146
  with gr.Row():