Update app.py
Browse files
app.py
CHANGED
|
@@ -24,4 +24,5 @@ gr.Interface(
|
|
| 24 |
title=title,
|
| 25 |
description=description,
|
| 26 |
examples=examples,
|
|
|
|
| 27 |
).launch()
|
|
|
|
| 24 |
title=title,
|
| 25 |
description=description,
|
| 26 |
examples=examples,
|
| 27 |
+
cache_examples=False, # <-- don’t pre-run at startup
|
| 28 |
).launch()
|