Replies: 1 comment
-
This is because Instead, you should use the |
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.
-
I need to specify the path to one of the file.
I did it via:
path = Path(Path.cwd(), "src/speechtotext/resources/....")
It works with the
briefcase dev
But, after running an AppImage, it returns
Folder '/home/anks/beeware/speechtotext/linux/src/speechtotext/resources/...' does not contain model files. Make sure you specified the model path properly in Model constructor. If you are not sure about relative path, use absolute path specification.
How do I define the absolute/relative path loading a file from resources folder for AppImage?
Beta Was this translation helpful? Give feedback.
All reactions