Update app.py
Browse files
app.py
CHANGED
@@ -199,6 +199,7 @@ with gr.Blocks() as demo:
|
|
199 |
label="Output GLB",
|
200 |
interactive=False,
|
201 |
)
|
|
|
202 |
output_obj = gr.File(interactive=False, label="Output OBJ")
|
203 |
|
204 |
inputs = [
|
|
|
199 |
label="Output GLB",
|
200 |
interactive=False,
|
201 |
)
|
202 |
+
gr.Markdown("Note: The GLB model shown here has a darker lighting and enlarged UV seams. Download for correct results.")
|
203 |
output_obj = gr.File(interactive=False, label="Output OBJ")
|
204 |
|
205 |
inputs = [
|