disable cache
Browse files
app.py
CHANGED
@@ -106,4 +106,4 @@ iface = gr.Interface(fn=process_image,
|
|
106 |
description=description,
|
107 |
examples=examples,
|
108 |
allow_flagging="never")
|
109 |
-
iface.launch(debug=True, enable_queue=True, cache_examples=
|
|
|
106 |
description=description,
|
107 |
examples=examples,
|
108 |
allow_flagging="never")
|
109 |
+
iface.launch(debug=True, enable_queue=True, cache_examples=False)
|