Update app.py
Browse files
app.py
CHANGED
@@ -120,5 +120,5 @@ iface = gr.Interface(fn=process_image,
|
|
120 |
description=description,
|
121 |
examples=examples,
|
122 |
allow_flagging="never",
|
123 |
-
cache_examples=
|
124 |
iface.launch(debug=True)
|
|
|
120 |
description=description,
|
121 |
examples=examples,
|
122 |
allow_flagging="never",
|
123 |
+
cache_examples=False)
|
124 |
iface.launch(debug=True)
|