Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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():
|
|
|
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():
|