Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,4 +78,4 @@ gr.Interface(
|
|
78 |
article=article,
|
79 |
title=title,
|
80 |
examples=examples,
|
81 |
-
description=description).launch(enable_queue=True,cache_examples=
|
|
|
78 |
article=article,
|
79 |
title=title,
|
80 |
examples=examples,
|
81 |
+
description=description).launch(enable_queue=True,cache_examples=False)
|