OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Could not find files for the given pattern(s). the url isn't displaying any contents. PLEASE HELP IN THIS REGARD

Open uprafullachandra opened this issue 10 months ago • 1 comments

$ 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

Image Image

I am not able to debug the error.

I would greatly appreciate any help you could give me with this. Thankyou!

uprafullachandra avatar Mar 26 '25 22:03 uprafullachandra

You can try 127.0.0.1:7888

Remian777 avatar May 20 '25 02:05 Remian777