-
Notifications
You must be signed in to change notification settings - Fork 451
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
Unclear step (run codes) #177
Comments
Ah, I've seen another link now at the top of the page, it seems in the guide you're missing the part where it says the script is run in python. Might be obvious to a developer, but wasn't to me. E.g. should read as below (you're missing the word python)
Haven't tested this yet, but will do. |
I have now tested. For others coming here, what you need to do is drop to a console and literally type python3 from bash on it's own then press . After that, copy and paste the code into the python console that comes up. The files will be downloaded into your users home directoy under .cache/modelscope.
If possible, this should be updated in the instructions. |
Hi, in your instructions it says to install modelscope (done)
Then it says to 'run codes' and provides the code. I can't find where to run this code, it must be obvious, but I'm just not seeing it. Is it in the wrong order?
The code I'm talking about is this:
Was the first part supposed to bring up a gui somewhere?
Thanks.
The text was updated successfully, but these errors were encountered: