Could not find files for the given pattern(s). the url isn't displaying any contents. PLEASE HELP IN THIS REGARD
$ 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!
You can try 127.0.0.1:7888