p4vv37 Fabrice-TIERCELIN commited on
Commit
9bede18
·
verified ·
1 Parent(s): 9cad313

This Pull Request fixes the space (#2)

Browse files

- This Pull Request fixes the space (68ad7644c11fbe55b79b69f4827405c309b2d2e2)


Co-authored-by: Fabrice TIERCELIN <[email protected]>

Files changed (1) hide show
  1. app.py +2 -1
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()