Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,5 +44,6 @@ gr.Interface(inference,
|
|
| 44 |
examples=[['groot.jpeg', "2x"]],
|
| 45 |
allow_flagging='never',
|
| 46 |
theme="default",
|
| 47 |
-
|
|
|
|
| 48 |
|
|
|
|
| 44 |
examples=[['groot.jpeg', "2x"]],
|
| 45 |
allow_flagging='never',
|
| 46 |
theme="default",
|
| 47 |
+
cache_examples=False,
|
| 48 |
+
).queue()launch()
|
| 49 |
|