-
Notifications
You must be signed in to change notification settings - Fork 417
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
Simply run python ./gradio_demo.py
#64
Comments
Hi , for 2,3,4 please checkout the guide in readme and pull the latest version of the code. For 1, I wonder has anyone encountered similar issue? |
@av do you have the errors that mafe you think bziplib2 was required? It's quite an odd sounding issue. What's your setup? |
@av @yadong-lu @MeDott29 @nmstoker for demo see also #52:
|
Hey, sorry if my issue seemed mean, I meant to document the steps I had to take to make it up and running. Sorry for overlooking the download instructions, totally on me due to "quick-reading" through README. #52 looks great, I'm looking forward towards a dockerized version |
Not at all, I'm delighted your issues seem like they'll be resolved 🙂 |
Unfortunately installing the dependencies and running the demo wasn't enough:
bziplib2
(libbz2-dev
on Deb), if it's not installed, after installation Python itself needs to be rebuilt/reinstalledweights
folder.safetensors
- convert withpython ./weights/convert_safetensor_to_pt.py
(after HF repo download)gradio_demo.py
has a bug inCheckbox
signature, there's no keyed arg named "default", should be manually changed fromdefault=True
tovalue=True
main
The text was updated successfully, but these errors were encountered: