Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -302,8 +302,7 @@ with gr.Blocks(title="Cosmos-Reason1", theme=gr.themes.Soft()) as demo:
|
|
302 |
example_component = gr.Examples(
|
303 |
examples=example_data,
|
304 |
inputs=[image_input, text_input],
|
305 |
-
label="Examples"
|
306 |
-
cache_examples=True
|
307 |
)
|
308 |
|
309 |
# Auto-submit when an example is clicked
|
|
|
302 |
example_component = gr.Examples(
|
303 |
examples=example_data,
|
304 |
inputs=[image_input, text_input],
|
305 |
+
label="Examples"
|
|
|
306 |
)
|
307 |
|
308 |
# Auto-submit when an example is clicked
|