Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,6 @@ def modify_texture():
|
|
25 |
gr.Interface(
|
26 |
fn=modify_texture,
|
27 |
inputs=[],
|
28 |
-
outputs=gr.
|
29 |
title="GLB Texture Modifier"
|
30 |
).launch()
|
|
|
25 |
gr.Interface(
|
26 |
fn=modify_texture,
|
27 |
inputs=[],
|
28 |
+
outputs=gr.File(label="Download Modified GLB File"),
|
29 |
title="GLB Texture Modifier"
|
30 |
).launch()
|