Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- hf_gradio_ai_app.py +1 -0
hf_gradio_ai_app.py
CHANGED
|
@@ -132,6 +132,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
| 132 |
"Can you give me a basic recipe for brownies?",
|
| 133 |
"Tell me an interesting fact about sunflowers."
|
| 134 |
] if AI_INITIALIZED_SUCCESSFULLY else None, # Only show examples if AI is ready
|
|
|
|
| 135 |
title=None,
|
| 136 |
autofocus=True
|
| 137 |
)
|
|
|
|
| 132 |
"Can you give me a basic recipe for brownies?",
|
| 133 |
"Tell me an interesting fact about sunflowers."
|
| 134 |
] if AI_INITIALIZED_SUCCESSFULLY else None, # Only show examples if AI is ready
|
| 135 |
+
cache_examples=False, # <--- disable caching
|
| 136 |
title=None,
|
| 137 |
autofocus=True
|
| 138 |
)
|