Spaces:
Build error
Build error
oneScotch
commited on
Commit
•
b2ac5cd
1
Parent(s):
1409738
correct typo
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(title="SMPLer-X", css=".gradio-container") as demo:
|
|
109 |
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
-
processed_frames = gr.Image(label="
|
113 |
video_output = gr.Video(elem_classes="video")
|
114 |
with gr.Column():
|
115 |
meshes_output = gr.File(label="3D meshes")
|
|
|
109 |
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
+
processed_frames = gr.Image(label="Last processed frame")
|
113 |
video_output = gr.Video(elem_classes="video")
|
114 |
with gr.Column():
|
115 |
meshes_output = gr.File(label="3D meshes")
|