Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -310,16 +310,14 @@ with gr.Blocks(title="Cosmos-Reason1", theme=gr.themes.Soft()) as demo:
|
|
310 |
gr.Examples(
|
311 |
examples=image_examples,
|
312 |
inputs=[image_input, text_input],
|
313 |
-
label="Image Example: click to load then hit Submit"
|
314 |
-
cache_examples="lazy"
|
315 |
)
|
316 |
|
317 |
# Video example block
|
318 |
gr.Examples(
|
319 |
examples=video_examples,
|
320 |
inputs=[video_input, text_input],
|
321 |
-
label="Video Exammple: click to load then hit Submit"
|
322 |
-
cache_examples="lazy"
|
323 |
)
|
324 |
|
325 |
if __name__ == "__main__":
|
|
|
310 |
gr.Examples(
|
311 |
examples=image_examples,
|
312 |
inputs=[image_input, text_input],
|
313 |
+
label="Image Example: click to load then hit Submit"
|
|
|
314 |
)
|
315 |
|
316 |
# Video example block
|
317 |
gr.Examples(
|
318 |
examples=video_examples,
|
319 |
inputs=[video_input, text_input],
|
320 |
+
label="Video Exammple: click to load then hit Submit"
|
|
|
321 |
)
|
322 |
|
323 |
if __name__ == "__main__":
|