microsoft / microsoft/OmniParser
Could not find files for the given pattern(s). the url isn't displaying any contents. PLEASE HELP IN THIS REGARD
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 25.4k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
$ python app.py --windows_host_url localhost:8006 --omniparser_server_url localhost:8000
C:\Users\prafu\Miniconda3\envs\omni\Lib\site-packages\gradio\components\chatbot.py:282: UserWarning: You have not specified a value for the type parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys.
warnings.warn(
INFO: Could not find files for the given pattern(s).
- Running on local URL: http://0.0.0.0:7888
To create a public link, set share=True in launch().
The problem I am facing is that if I click on the URL: http://0.0.0.0:7888, the page is not loading at all, and
I am not able to debug the error.
I would greatly appreciate any help you could give me with this.
Thankyou!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by rerunning the command from app.py on Windows and compare the terminal output with the browser behavior at http://0.0.0.0:7888. Check whether the local URL is reachable and determine whether the reported file-pattern message or the Gradio launch is responsible; done means the cause is reproducible and the page loads or the required corrective configuration is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100