Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,6 @@ gr.Interface(
|
|
| 35 |
inputs=[
|
| 36 |
gr.Image(label="Upload New Texture Image")
|
| 37 |
],
|
| 38 |
-
outputs=gr.Model3D(label="Modified 3D Model"
|
| 39 |
title="GLB Texture Modifier"
|
| 40 |
).launch()
|
|
|
|
| 35 |
inputs=[
|
| 36 |
gr.Image(label="Upload New Texture Image")
|
| 37 |
],
|
| 38 |
+
outputs=gr.Model3D(label="Modified 3D Model"),
|
| 39 |
title="GLB Texture Modifier"
|
| 40 |
).launch()
|