-
Notifications
You must be signed in to change notification settings - Fork 429
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
How do i connect omniparser to a program of mine #79
Comments
You can use with gradio, check out.
from gradio_client import Client, handle_file client = Client("microsoft/OmniParser") |
Hi @techsparkling, yes, as @Kolaposki points out, you can try to use gradio client for hosting an api. We currently only have a HF demo, but don't have an existing public API. |
Is there anyway to host omniparser in cloude and make use of it? The hugging face one doesnt work for me it results in an error related to preconfig json. |
@techsparkling please see #52. Feedback welcome! 🙏 |
@abrichr Hi, i am having issues with using ec2 for omniparser, could you please help? |
@techsparkling what is the issue? Were you able to follow the instructions at the top of |
@abrichr Hello sir, thanks for replying botocore.exceptions.ClientError: An error occurred (VcpuLimitExceeded) when calling the RunInstances operation: You have requested more vCPU capacity than your current vCPU limit of 0 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit. I have asked aws for an increase in the capacity. Just wanted to also is there any other way to host this and the running cost in doing that. Thanks |
You can host on Fly.io easily using a Dockerfile found in this repo. |
Wow thanks. Is there any documentation or tutorial i could follow to get this done? |
@Kolaposki Thanks a lot, it would be great if you could help me resolve this problem. Failed: failed to wait for VM 080e47df539908 in started state: not_found: machine not found Error: failed to wait for VM.... in started state: not_found: machine not found (Request ID: ....) (Trace ID:....) When i run fly logs: 2024-11-27T16:53:46Z runner[...] [error]Not enough space to unpack image, possibly exceeds maximum of 8GB uncompressed |
Is there any kind of free/paid api i could use to build with omniparser? Please help me out on this one.
The text was updated successfully, but these errors were encountered: