DuplicateBlockError when running localy

#2
by snufas - opened

Traceback (most recent call last):
File "/home/snufas/github_projects/FullSubNet-plus/app.py", line 52, in
iface = gr.Interface(
File "/root/miniconda3/envs/FullSubNet-plus/lib/python3.9/site-packages/gradio/interface.py", line 462, in init
component.render()
File "/root/miniconda3/envs/FullSubNet-plus/lib/python3.9/site-packages/gradio/blocks.py", line 94, in render
raise DuplicateBlockError(
gradio.exceptions.DuplicateBlockError: A block with id: 6 has already been rendered in the current Blocks.

any suggestions how to fixt that issue?
appreciate the help.

One solution install version gradio 3.0.9
pip install gradio==3.0.9

It worked, Thanks

snufas changed discussion status to closed

Sign up or log in to comment