Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,6 +124,7 @@ demo = gr.Interface(
|
|
| 124 |
title=title,
|
| 125 |
description=description,
|
| 126 |
examples=examples,
|
|
|
|
| 127 |
)
|
| 128 |
|
| 129 |
demo.launch()
|
|
|
|
| 124 |
title=title,
|
| 125 |
description=description,
|
| 126 |
examples=examples,
|
| 127 |
+
cache_examples=False
|
| 128 |
)
|
| 129 |
|
| 130 |
demo.launch()
|