Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ demo_app = gr.Interface(
|
|
124 |
inputs=demo_inputs,
|
125 |
outputs=demo_outputs,
|
126 |
examples=examples,
|
127 |
-
cache_examples=
|
128 |
title=title,
|
129 |
theme="huggingface",
|
130 |
description=description
|
|
|
124 |
inputs=demo_inputs,
|
125 |
outputs=demo_outputs,
|
126 |
examples=examples,
|
127 |
+
cache_examples=True,
|
128 |
title=title,
|
129 |
theme="huggingface",
|
130 |
description=description
|