-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
[Bug]: /docs page isn't showing anymore? #10109
Comments
I have the same problem after an update. In addition, the API does not work with webui at all. Need to use --nowebui for the api to work, however /docs is still missing |
same issue here, my api is working fine though |
I went back to and old commit to get a working version. just made me feel more comfortable being able to see the /docs page (even though api was working). I never did this before so I asked chatgpt how and it was pretty simple. here are the steps to revert back to a working version. you can probably get a more recent that is working, I just chose two weeks back.
After this then you you do your normal steps. For me on linux (for a new server and install) I activated pytorch and conda, made all my initial pip, virtualenv, cmake, etc installs, then did the above steps. The I activated my virtual env and started a screen, then launched the app. I hope that helps. EDIT: Installing Extensions broke it again, I'm not sure how to fix that part. |
I encountered the same problem |
Seems it was removed by gradio so they can push their new API which only works with python: |
Can someone just point me to the docs without me having to install an older version and revert it back later on? I just want to know a simple thing: Is it possible to get "live preview" of the image before it's done generating when using the API, or do we only get the finished product? |
should be fix in 1.2.0 |
Is there an existing issue for this?
What happened?
the api docs page isn't showing as of today. the api still works but the doc page come up {"detail":"Not Found"}
Steps to reproduce the problem
What should have happened?
the swagger page from fast api show
Commit where the problem happens
latest
What platforms do you use to access the UI ?
Linux, Other/Cloud
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
rembg only right now
Console logs
Additional information
was working fine. not sure if its a fast api issue
The text was updated successfully, but these errors were encountered: