Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -38,11 +38,12 @@ interface = gr.Interface(
|
|
38 |
inputs=[video, query],
|
39 |
outputs=response,
|
40 |
examples=examples,
|
41 |
-
cache_examples=
|
|
|
42 |
title=title,
|
43 |
description=description,
|
44 |
article=article,
|
45 |
theme="ParityError/Anime",
|
46 |
-
|
47 |
)
|
48 |
interface.launch(debug=False)
|
|
|
38 |
inputs=[video, query],
|
39 |
outputs=response,
|
40 |
examples=examples,
|
41 |
+
cache_examples=True,
|
42 |
+
cache_mode="lazy",
|
43 |
title=title,
|
44 |
description=description,
|
45 |
article=article,
|
46 |
theme="ParityError/Anime",
|
47 |
+
flagging_mode="never",
|
48 |
)
|
49 |
interface.launch(debug=False)
|