Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
@dion-blutui this is a little tricky, if you make changes to `annotator/index.html` you need to copy it over to the python server for those changes to be reflected, for example...
The app is hosted on [Fly.io](https://fly.io/). The domain is in the README
It's not currently supported, but it I'll keeop this open as a feature request.
Yep, that should do it. However I'm not sure vanilla JS would really make sense here. The model generates HTML and vanilla JS by default so there shouldn't need to...
crap, sorry everyone. I just fixed this in the `main` branch, Pillow and playwright are no longer pulled in by default. We only use them if you're doing evaluations of...
@hanpham32 thanks for the PR. I'm going to close this as I made those dependencies optional. I've also gone ahead and added [a section in the README](https://github.com/wandb/openui?tab=readme-ov-file#running-locally) that gives instructions...
I am so sorry everyone. I totally broke the `main` branch 😭 . It's time I add some integration tests and prevent merges to master without them passing, this is...
Not sure what's happening, someone else suggested something similar was going on. Can you share more about what operating system you're using?
@jen-art-dev it should be working now, master was broken. If you pull from `main` and reinstall it should work. Safest way to reinstall is the following from the `backend` directory:...
@Himanshu-369 so sorry, master was broken. If you pull from master again and re-install it should work. The surest way to reinstall is: ```bash pip uninstall openui pip install ....