Spaces:
Runtime error
Runtime error
Commit
·
0390002
1
Parent(s):
376d2d4
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,7 @@ gr.Interface(
|
|
111 |
["image", "text"],
|
112 |
examples=examples,
|
113 |
# article=article,
|
|
|
114 |
title=title,
|
115 |
description=description
|
116 |
).launch()
|
|
|
111 |
["image", "text"],
|
112 |
examples=examples,
|
113 |
# article=article,
|
114 |
+
cache_examples=False,
|
115 |
title=title,
|
116 |
description=description
|
117 |
).launch()
|