Can't Run Demo Without Streamlit #1626
-
Hi, I was running the official demo (PyTorch) successfully and did some changes to the code - it still run successfully.
When I run the adjusted same script like that I can't figure out why - what am I missing? Here is my script:
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @csimlinger To use the pretrained |
Beta Was this translation helpful? Give feedback.
-
@felixdittrich92 - thanks a lot, now I finally made it run :) |
Beta Was this translation helpful? Give feedback.
Hi @csimlinger
See: https://github.com/mindee/doctr/releases/tag/v0.8.1
To use the pretrained
fast
models you need to clone the main branch and install withpip install -e .[torch]
Afterwards it should run :)