Spaces:
Sleeping
Sleeping
Yash W
commited on
Commit
·
1a2267a
1
Parent(s):
5ee974e
cache issue
Browse files
app.py
CHANGED
@@ -149,6 +149,7 @@ def create_interface():
|
|
149 |
inputs=[input_text],
|
150 |
outputs=[results_output, emoji_output, plot_output],
|
151 |
fn=process_review,
|
|
|
152 |
run_on_click= True
|
153 |
)
|
154 |
|
|
|
149 |
inputs=[input_text],
|
150 |
outputs=[results_output, emoji_output, plot_output],
|
151 |
fn=process_review,
|
152 |
+
cache_examples=False,
|
153 |
run_on_click= True
|
154 |
)
|
155 |
|