-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
update gr.Dataset gets AttributeError: 'Textbox' object has no attribute 'proxy_url' #6415
Comments
I faced same issue. |
try |
Same issue. jaywican's proposed fix doesn't work. |
Same issue here. I tried something even more simple without luck. If you just take as input a Dataset and return it as is, this still doesn't work. |
In gradio 4.13.0,
|
I am using Dataset as Dataframe, and one of the column is path to an Audio file.
On using @jaywican code, I append new values to a global variable and send it during an event trigger. Instead of Audio Widget, the column contains just the text, which is the path of the audio file. How to render the Audio widget, using following code.
How to render the Audio widget in the Dataset component? |
Describe the bug
I tried to update samples of the Dataset component and it failed with the following error:
Have you searched existing issues? 🔎
Reproduction
I used this code modified from the Updating Component Configurations example to reproduce.
Screenshot
No response
Logs
No response
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: