-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi Team !
I'm just start on this and getting this issue when initial your repo
pip install "datadm[cuda]"
datadm
Then getting this issue
/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/gradio/components/base.py:181: UserWarning: show_label has no effect when container is False.
warnings.warn("show_label has no effect when container is False.")
Traceback (most recent call last):
File "/home/lthun/anaconda3/envs/wisey/bin/datadm", line 5, in <module>
from datadm.app import main
File "/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/datadm/app.py", line 310, in <module>
results.extend(container.value.gradio_gen(upload_magic_thens))
File "/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/datadm/app.py", line 157, in gradio_gen
for obj in obj.gradio_gen(upload_magic_thens):
File "/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/datadm/app.py", line 115, in gradio_gen
objs.append(self.component('download', container=False))
File "/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/datadm/app.py", line 107, in component
return self.gradios.get(name, {}).get('class', gr.Text)(**kwargs, **extra_kwargs)
File "/home/lthun/anaconda3/envs/wisey/lib/python3.9/site-packages/gradio/component_meta.py", line 159, in wrapper
return fn(self, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'container'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels