Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def modify_texture(glb_file, new_texture):
|
|
| 33 |
with gr.Blocks() as app:
|
| 34 |
with gr.Row():
|
| 35 |
with gr.Column():
|
| 36 |
-
glb_input = gr.
|
| 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")
|
|
|
|
| 33 |
with gr.Blocks() as app:
|
| 34 |
with gr.Row():
|
| 35 |
with gr.Column():
|
| 36 |
+
glb_input = gr.Model3D(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")
|