You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Hi Team !
I'm just start on this and getting this issue when initial your repo
Then getting this issue
The text was updated successfully, but these errors were encountered: