Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,6 @@ iface = gr.Interface(
|
|
50 |
description=description,
|
51 |
examples=examples,
|
52 |
allow_flagging="never",
|
53 |
-
cache_examples=False,
|
54 |
)
|
55 |
iface.launch(debug=True, show_api=False)
|
|
|
50 |
description=description,
|
51 |
examples=examples,
|
52 |
allow_flagging="never",
|
53 |
+
#cache_examples=False,
|
54 |
)
|
55 |
iface.launch(debug=True, show_api=False)
|