mirror of
https://huggingface.co/spaces/ECCV2022/dis-background-removal
synced 2024-11-26 09:53:17 +01:00
Update app.py
This commit is contained in:
parent
dbf1aa27b6
commit
0c332e27d8
4
app.py
4
app.py
@ -148,7 +148,7 @@ interface = gr.Interface(
|
|||||||
title=title,
|
title=title,
|
||||||
description=description,
|
description=description,
|
||||||
article=article,
|
article=article,
|
||||||
allow_flagging='never',
|
flagging_mode="never",
|
||||||
cache_examples=False,
|
cache_mode="lazy",
|
||||||
delete_cache=(4000, 4000),
|
delete_cache=(4000, 4000),
|
||||||
).queue().launch(show_error=True)
|
).queue().launch(show_error=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user