Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ with block:
|
|
154 |
["./Recording_1.wav", "analyze_sentiment"],
|
155 |
["./Recording_2.wav", "analyze_sentiment"],
|
156 |
],
|
157 |
-
cache_examples=
|
158 |
allow_flagging="never",
|
159 |
)
|
160 |
# gr.TabbedInterface([mic, file], ["Audio from Microphone", "Audio from File"])
|
|
|
154 |
["./Recording_1.wav", "analyze_sentiment"],
|
155 |
["./Recording_2.wav", "analyze_sentiment"],
|
156 |
],
|
157 |
+
cache_examples=False,
|
158 |
allow_flagging="never",
|
159 |
)
|
160 |
# gr.TabbedInterface([mic, file], ["Audio from Microphone", "Audio from File"])
|