Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks(title="Cosmos-Reason1", theme=gr.themes.Soft()) as demo:
|
|
317 |
gr.Examples(
|
318 |
examples=video_examples,
|
319 |
inputs=[video_input, text_input],
|
320 |
-
label="Video
|
321 |
)
|
322 |
|
323 |
if __name__ == "__main__":
|
|
|
317 |
gr.Examples(
|
318 |
examples=video_examples,
|
319 |
inputs=[video_input, text_input],
|
320 |
+
label="Video Example: click to load then hit Submit"
|
321 |
)
|
322 |
|
323 |
if __name__ == "__main__":
|