Update app.py

This commit is contained in:
Max Skobeev 2024-10-19 04:53:42 +00:00 committed by system
parent dbf1aa27b6
commit 0c332e27d8
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

4
app.py
View File

@ -148,7 +148,7 @@ interface = gr.Interface(
title=title,
description=description,
article=article,
allow_flagging='never',
cache_examples=False,
flagging_mode="never",
cache_mode="lazy",
delete_cache=(4000, 4000),
).queue().launch(show_error=True)