Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,8 @@ demo = gr.Interface(
|
|
| 161 |
examples=examples,
|
| 162 |
outputs=outputs,
|
| 163 |
title=title,
|
| 164 |
-
description=description
|
|
|
|
| 165 |
)
|
| 166 |
|
| 167 |
if __name__ == "__main__":
|
|
|
|
| 161 |
examples=examples,
|
| 162 |
outputs=outputs,
|
| 163 |
title=title,
|
| 164 |
+
description=description,
|
| 165 |
+
cache_examples=False
|
| 166 |
)
|
| 167 |
|
| 168 |
if __name__ == "__main__":
|