Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as app:
|
|
34 |
with gr.Row():
|
35 |
with gr.Column():
|
36 |
glb_input = gr.File(label="Upload GLB File")
|
37 |
-
texture_input = gr.Image(label="Upload New Texture Image"
|
38 |
with gr.Column():
|
39 |
modified_glb_output = gr.File(label="Download Modified GLB File")
|
40 |
|
|
|
34 |
with gr.Row():
|
35 |
with gr.Column():
|
36 |
glb_input = gr.File(label="Upload GLB File")
|
37 |
+
texture_input = gr.Image(label="Upload New Texture Image")
|
38 |
with gr.Column():
|
39 |
modified_glb_output = gr.File(label="Download Modified GLB File")
|
40 |
|