This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Replies: 3 comments
-
Looks like the gradio package updated yesterday and didn't add altair to their requirements list |
Beta Was this translation helpful? Give feedback.
0 replies
-
The thing i did is to remove the line """import altair as alt""" and now it runs no problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
it looks like they fixed the bug in the latest release of gradio: https://github.com/gradio-app/gradio/releases/tag/v3.13.0b1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the 'pyhton onnxUI.py' command, I keep getting the above error, and it never gets to the "Running on local URL:" step.
Any help in resolving this would be greatly appreciated.
UPDATE: I'm an idiot, and new to python...
All I had to do was run 'pip install altair vega_datasets' ... Incase any other newbies have the same issue
Beta Was this translation helpful? Give feedback.
All reactions