Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Bug #15

Open
ThanhHung2112 opened this issue Apr 26, 2024 · 0 comments
Open

Some Bug #15

ThanhHung2112 opened this issue Apr 26, 2024 · 0 comments

Comments

@ThanhHung2112
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant