Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
|
|
| 79 |
[input1, input2],
|
| 80 |
output,
|
| 81 |
my_function,
|
| 82 |
-
cache_examples=
|
| 83 |
)
|
| 84 |
#demo = gr.Interface(
|
| 85 |
# my_function,
|
|
|
|
| 79 |
[input1, input2],
|
| 80 |
output,
|
| 81 |
my_function,
|
| 82 |
+
cache_examples=False,
|
| 83 |
)
|
| 84 |
#demo = gr.Interface(
|
| 85 |
# my_function,
|