Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#2
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -283,5 +283,6 @@ iface = gr.Interface(fn=review_commit,
|
|
283 |
description=description,
|
284 |
inputs=["text", "text", "text"],
|
285 |
outputs="text",
|
286 |
-
examples=examples
|
|
|
287 |
iface.launch()
|
|
|
283 |
description=description,
|
284 |
inputs=["text", "text", "text"],
|
285 |
outputs="text",
|
286 |
+
examples=examples,
|
287 |
+
cache_examples=False)
|
288 |
iface.launch()
|