Spaces:
Sleeping
Sleeping
annadurai003 commited on
Commit ·
1e53986
1
Parent(s): 86f402d
update the cache option
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ demo = gr.Interface(fn=predict, # maps inputs to ouputs
|
|
| 67 |
examples=example_list,
|
| 68 |
title=title,
|
| 69 |
description=description,
|
| 70 |
-
article=article
|
| 71 |
-
)
|
| 72 |
|
| 73 |
# Launch the demo!
|
| 74 |
demo.launch(debug=False)
|
|
|
|
| 67 |
examples=example_list,
|
| 68 |
title=title,
|
| 69 |
description=description,
|
| 70 |
+
article=article,
|
| 71 |
+
cache_examples=False)
|
| 72 |
|
| 73 |
# Launch the demo!
|
| 74 |
demo.launch(debug=False)
|