Spaces:
Running
Running
This Pull Request fixes the space (#2)
Browse files- This Pull Request fixes the space (68ad7644c11fbe55b79b69f4827405c309b2d2e2)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
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()
|