Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#5
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -192,6 +192,6 @@ with block:
|
|
192 |
],
|
193 |
outputs=[result_gallery],
|
194 |
fn=process,
|
195 |
-
cache_examples=
|
196 |
)
|
197 |
block.launch(debug = True, server_name='0.0.0.0')
|
|
|
192 |
],
|
193 |
outputs=[result_gallery],
|
194 |
fn=process,
|
195 |
+
cache_examples=False,
|
196 |
)
|
197 |
block.launch(debug = True, server_name='0.0.0.0')
|