We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi there,
wanted to try the docker version with the command
docker run -it --restart=always -p 7860:7860 -v biniou_outputs:/home/biniou/biniou/outputs -v biniou_models:/home/biniou/biniou/models -v biniou_cache:/home/biniou/.cache/huggingface -v biniou_gfpgan:/home/biniou/biniou/gfpgan biniou:latest
But i get this error message:
Traceback (most recent call last): File "/home/biniou/biniou/webui.py", line 10, in import gradio as gr ModuleNotFoundError: No module named 'gradio'
The text was updated successfully, but these errors were encountered:
Oh im sorry, i think its because im on ARM :-(
Sorry, something went wrong.
Hello @morbificagent,
Thanks for you report.
Unfortunately, ARM architecture are not indeed supported by biniou (most requirements doesn't provide binaries for ARM architecture).
If you're using Apple silicon, you can read this thread that provides an acceptable workaround.
No branches or pull requests
Hi there,
wanted to try the docker version with the command
docker run -it --restart=always -p 7860:7860
-v biniou_outputs:/home/biniou/biniou/outputs
-v biniou_models:/home/biniou/biniou/models
-v biniou_cache:/home/biniou/.cache/huggingface
-v biniou_gfpgan:/home/biniou/biniou/gfpgan
biniou:latest
But i get this error message:
Traceback (most recent call last):
File "/home/biniou/biniou/webui.py", line 10, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
The text was updated successfully, but these errors were encountered: