Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#1
by
Fabrice-TIERCELIN
- opened
- App_main.py +1 -1
App_main.py
CHANGED
@@ -102,7 +102,7 @@ io = gr.Interface(fn=inference_func,
|
|
102 |
article=article,
|
103 |
allow_flagging='auto',
|
104 |
examples=examples,
|
105 |
-
cache_examples=
|
106 |
layout="grid"
|
107 |
)
|
108 |
io.launch()
|
|
|
102 |
article=article,
|
103 |
allow_flagging='auto',
|
104 |
examples=examples,
|
105 |
+
cache_examples=False,
|
106 |
layout="grid"
|
107 |
)
|
108 |
io.launch()
|