Spaces:
Running
Running
update
Browse filesSigned-off-by: Zhang Jun <[email protected]>
app.py
CHANGED
@@ -45,5 +45,6 @@ gr.Interface(
|
|
45 |
title=title,
|
46 |
description=description,
|
47 |
examples=examples,
|
|
|
48 |
css=css
|
49 |
).launch(debug=False)
|
|
|
45 |
title=title,
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
+
cache_examples=False,
|
49 |
css=css
|
50 |
).launch(debug=False)
|