Spaces:
Sleeping
Sleeping
annadurai003 commited on
Commit ·
86e9601
1
Parent(s): 1e53986
Add cache for example images
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ demo = gr.Interface(fn=predict, # maps inputs to ouputs
|
|
| 68 |
title=title,
|
| 69 |
description=description,
|
| 70 |
article=article,
|
| 71 |
-
cache_examples=
|
| 72 |
|
| 73 |
# Launch the demo!
|
| 74 |
demo.launch(debug=False)
|
|
|
|
| 68 |
title=title,
|
| 69 |
description=description,
|
| 70 |
article=article,
|
| 71 |
+
cache_examples=True)
|
| 72 |
|
| 73 |
# Launch the demo!
|
| 74 |
demo.launch(debug=False)
|