Update app.py

This commit is contained in:
Max Skobeev 2023-12-16 08:04:08 +00:00 committed by huggingface-web
parent 9a398ae82e
commit 1e92db6bdf

2
app.py
View File

@ -150,4 +150,4 @@ interface = gr.Interface(
article=article,
allow_flagging='never',
cache_examples=False,
).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
).queue().launch(show_error=True)