Spaces:
Sleeping
Sleeping
Andrei Cozma
commited on
Commit
·
cb6905e
1
Parent(s):
39c1d64
Updates
Browse files
demo.py
CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(title="CS581 Demo") as demo:
|
|
347 |
input_render_fps.change(change_render_fps, inputs=[input_render_fps])
|
348 |
|
349 |
out_image_frame = gr.components.Image(
|
350 |
-
label="Environment", type="numpy", image_mode="RGB", shape=(
|
351 |
)
|
352 |
|
353 |
with gr.Row():
|
|
|
347 |
input_render_fps.change(change_render_fps, inputs=[input_render_fps])
|
348 |
|
349 |
out_image_frame = gr.components.Image(
|
350 |
+
label="Environment", type="numpy", image_mode="RGB", shape=(512, 768)
|
351 |
)
|
352 |
|
353 |
with gr.Row():
|