violenceblip / gradio_web_server.log
WhiteWolf21's picture
add
1eaecc8
2024-06-02 03:26:14 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:26:14 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:26:15 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 03:26:15 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 03:26:15 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 03:26:15 | INFO | stdout | --------
2024-06-02 03:26:15 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 03:26:19 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 03:26:19 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 03:26:19 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 03:26:19 | INFO | stdout |
2024-06-02 03:26:19 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 03:26:20 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 03:31:49 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:32:00 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:32:00 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:32:00 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:32:00 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:32:00 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:32:00 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:32:00 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:32:00 | ERROR | stderr | return await future
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:32:00 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:32:00 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:32:00 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:32:00 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:32:00 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:32:00 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:32:00 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:32:00 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:32:00 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:32:00 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:32:00 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:32:00 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:32:00 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:32:00 | ERROR | stderr | return await future
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:32:00 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:32:00 | ERROR | stderr | return next(iterator)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:32:00 | ERROR | stderr | response = next(iterator)
2024-06-02 03:32:00 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 162, in http_bot
2024-06-02 03:32:00 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:32:00 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 03:34:31 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:35:14 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:35:49 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:36:04 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:36:04 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:36:04 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:36:04 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:36:04 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:36:04 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:36:04 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:36:04 | ERROR | stderr | return await future
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:36:04 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:36:04 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:36:04 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:36:04 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:36:04 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:36:04 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:36:04 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:36:04 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:36:04 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:36:04 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:36:04 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:36:04 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:36:04 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:36:04 | ERROR | stderr | return await future
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:36:04 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:36:04 | ERROR | stderr | return next(iterator)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:36:04 | ERROR | stderr | response = next(iterator)
2024-06-02 03:36:04 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 162, in http_bot
2024-06-02 03:36:04 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:36:04 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 03:39:36 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:39:40 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 03:39:41 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:39:41 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\linecache.py", line 46, in getlines
2024-06-02 03:39:41 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\linecache.py", line 136, in updatecache
2024-06-02 03:39:41 | ERROR | stderr | with tokenize.open(fullname) as fp:
2024-06-02 03:39:41 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\tokenize.py", line 394, in open
2024-06-02 03:39:42 | ERROR | stderr |
2024-06-02 03:39:42 | ERROR | stderr | Original exception was:
2024-06-02 03:39:42 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:39:42 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 03:39:42 | ERROR | stderr | time.sleep(0.1)
2024-06-02 03:39:42 | ERROR | stderr | KeyboardInterrupt
2024-06-02 03:39:42 | ERROR | stderr |
2024-06-02 03:39:42 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 03:39:42 | ERROR | stderr |
2024-06-02 03:39:42 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:39:42 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 350, in <module>
2024-06-02 03:39:42 | ERROR | stderr |
2024-06-02 03:39:42 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 03:39:42 | ERROR | stderr | self.block_thread()
2024-06-02 03:39:42 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 03:39:42 | ERROR | stderr | self.server.close()
2024-06-02 03:39:42 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 03:39:42 | ERROR | stderr | self.thread.join()
2024-06-02 03:39:42 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 03:39:42 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 03:39:42 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 03:39:42 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 03:39:42 | ERROR | stderr | KeyboardInterrupt
2024-06-02 03:41:40 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:41:40 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:41:40 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 03:41:41 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 03:41:41 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 03:41:41 | INFO | stdout | --------
2024-06-02 03:41:41 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 03:41:47 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 03:41:47 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 03:41:47 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 03:41:47 | INFO | stdout |
2024-06-02 03:41:47 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 03:41:49 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 03:43:21 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:43:21 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:43:30 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:43:30 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:43:30 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:43:30 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:43:30 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:43:30 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:43:30 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:43:30 | ERROR | stderr | return await future
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:43:30 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:43:30 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:43:30 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:43:30 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:43:30 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:43:30 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:43:30 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:43:30 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:43:30 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:43:30 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:43:30 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:43:30 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:43:30 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:43:30 | ERROR | stderr | return await future
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:43:30 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:43:30 | ERROR | stderr | return next(iterator)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:43:30 | ERROR | stderr | response = next(iterator)
2024-06-02 03:43:30 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 162, in http_bot
2024-06-02 03:43:30 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:43:30 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 03:43:52 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:43:56 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:44:07 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 03:45:06 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:45:06 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:45:06 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 03:45:06 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 03:45:06 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 03:45:06 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 03:45:06 | INFO | stdout |
2024-06-02 03:45:06 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 03:45:06 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 03:45:06 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 03:45:06 | INFO | stdout | --------
2024-06-02 03:45:07 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 03:45:07 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 03:45:49 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:45:52 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:45:52 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:45:52 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:45:52 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:45:52 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:45:52 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:45:52 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:45:52 | ERROR | stderr | return await future
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:45:52 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:45:52 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:45:52 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:45:52 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:45:52 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:45:52 | INFO | stdout | (Conversation(system="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.", roles=('USER', 'ASSISTANT'), messages=[], offset=0, sep_style=<SeparatorStyle.TWO: 2>, sep=' ', sep2='</s>', version='v1', skip_next=False), <gradio.components.dropdown.Dropdown object at 0x000002E97F9A7DC0>)
2024-06-02 03:45:52 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:45:52 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:45:52 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:45:52 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:45:52 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:45:52 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:45:52 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:45:52 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:45:52 | ERROR | stderr | return await future
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:45:52 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:45:52 | ERROR | stderr | return next(iterator)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:45:52 | ERROR | stderr | response = next(iterator)
2024-06-02 03:45:52 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 164, in http_bot
2024-06-02 03:45:52 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:45:52 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 03:49:52 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 03:49:53 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:49:53 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 03:49:53 | ERROR | stderr | time.sleep(0.1)
2024-06-02 03:49:53 | ERROR | stderr | KeyboardInterrupt
2024-06-02 03:49:53 | ERROR | stderr |
2024-06-02 03:49:53 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 03:49:53 | ERROR | stderr |
2024-06-02 03:49:53 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:49:53 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 351, in <module>
2024-06-02 03:49:53 | ERROR | stderr | parser.add_argument("--concurrency-count", type=int, default=16)
2024-06-02 03:49:53 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 03:49:53 | ERROR | stderr | self.block_thread()
2024-06-02 03:49:53 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 03:49:53 | ERROR | stderr | self.server.close()
2024-06-02 03:49:53 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 03:49:53 | ERROR | stderr | self.thread.join()
2024-06-02 03:49:53 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 03:49:53 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 03:49:53 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 03:49:53 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 03:49:53 | ERROR | stderr | KeyboardInterrupt
2024-06-02 03:50:34 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:50:34 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 03:50:34 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 03:50:34 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 03:50:34 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 03:50:34 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 03:50:34 | INFO | stdout |
2024-06-02 03:50:34 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 03:50:35 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 03:50:35 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 03:50:35 | INFO | stdout | --------
2024-06-02 03:50:35 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 03:50:35 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 03:51:21 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:51:22 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:51:24 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:51:24 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:51:24 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:51:24 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:51:24 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:51:24 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:51:24 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:51:24 | ERROR | stderr | return await future
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:51:24 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:51:24 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:51:24 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:51:24 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:51:24 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:51:24 | INFO | stdout | (Conversation(system="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.", roles=('USER', 'ASSISTANT'), messages=[], offset=0, sep_style=<SeparatorStyle.TWO: 2>, sep=' ', sep2='</s>', version='v1', skip_next=False), <gradio.components.dropdown.Dropdown object at 0x0000017EDFB595A0>)
2024-06-02 03:51:24 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:51:24 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:51:24 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:51:24 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:51:24 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:51:24 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:51:24 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:51:24 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:51:24 | ERROR | stderr | return await future
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:51:24 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:51:24 | ERROR | stderr | return next(iterator)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:51:24 | ERROR | stderr | response = next(iterator)
2024-06-02 03:51:24 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 164, in http_bot
2024-06-02 03:51:24 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:51:24 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 03:55:17 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 03:55:53 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 03:55:54 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:55:54 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:55:54 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:55:54 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 03:55:54 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:55:54 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:55:54 | ERROR | stderr | return await future
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:55:54 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 03:55:54 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 03:55:54 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 03:55:54 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 03:55:54 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 03:55:54 | INFO | stdout | (Conversation(system="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.", roles=('USER', 'ASSISTANT'), messages=[], offset=0, sep_style=<SeparatorStyle.TWO: 2>, sep=' ', sep2='</s>', version='v1', skip_next=False), <gradio.components.dropdown.Dropdown object at 0x0000017EDFB5B130>)
2024-06-02 03:55:54 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 03:55:54 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 03:55:54 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 03:55:54 | ERROR | stderr | result = await self.call_function(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 03:55:54 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 03:55:54 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 03:55:54 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 03:55:54 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 03:55:54 | ERROR | stderr | return await future
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 03:55:54 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 03:55:54 | ERROR | stderr | return next(iterator)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 03:55:54 | ERROR | stderr | response = next(iterator)
2024-06-02 03:55:54 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 164, in http_bot
2024-06-02 03:55:54 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 03:55:54 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 04:00:23 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:01:03 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:01:03 | INFO | gradio_web_server | Namespace(host='0.0.0.0', concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:01:04 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:01:04 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:01:04 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:01:04 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:01:04 | INFO | stdout |
2024-06-02 04:01:04 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:01:04 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:01:04 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:01:04 | INFO | stdout | --------
2024-06-02 04:01:04 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:01:05 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:01:19 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:01:23 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 6
2024-06-02 04:01:23 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 04:01:23 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 04:01:23 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 04:01:23 | ERROR | stderr | result = await self.call_function(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 04:01:23 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 04:01:23 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 04:01:23 | ERROR | stderr | return await future
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 04:01:23 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 04:01:23 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 148, in add_text
2024-06-02 04:01:23 | ERROR | stderr | state.append_message(state.roles[0], text)
2024-06-02 04:01:23 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'append_message'
2024-06-02 04:01:23 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:01:23 | INFO | stdout | (Conversation(system="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.", roles=('USER', 'ASSISTANT'), messages=[], offset=0, sep_style=<SeparatorStyle.TWO: 2>, sep=' ', sep2='</s>', version='v1', skip_next=False), <gradio.components.dropdown.Dropdown object at 0x00000284FF9C7A90>)
2024-06-02 04:01:23 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 04:01:23 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 04:01:23 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 04:01:23 | ERROR | stderr | result = await self.call_function(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 04:01:23 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 04:01:23 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 04:01:23 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 04:01:23 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 04:01:23 | ERROR | stderr | return await future
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 04:01:23 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 04:01:23 | ERROR | stderr | return next(iterator)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 04:01:23 | ERROR | stderr | response = next(iterator)
2024-06-02 04:01:23 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 162, in http_bot
2024-06-02 04:01:23 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 04:01:23 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 04:01:26 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:01:26 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 04:01:26 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 04:01:26 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 04:01:26 | ERROR | stderr | result = await self.call_function(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1255, in call_function
2024-06-02 04:01:26 | ERROR | stderr | prediction = await anyio.to_thread.run_sync(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 04:01:26 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 04:01:26 | ERROR | stderr | return await future
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 04:01:26 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 750, in wrapper
2024-06-02 04:01:26 | ERROR | stderr | response = f(*args, **kwargs)
2024-06-02 04:01:26 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 146, in add_text
2024-06-02 04:01:26 | ERROR | stderr | if len(state.get_images(return_pil=True)) > 0:
2024-06-02 04:01:26 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_images'
2024-06-02 04:01:26 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:01:26 | INFO | stdout | (Conversation(system="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.", roles=('USER', 'ASSISTANT'), messages=[], offset=0, sep_style=<SeparatorStyle.TWO: 2>, sep=' ', sep2='</s>', version='v1', skip_next=False), <gradio.components.dropdown.Dropdown object at 0x00000284FF9C7A90>)
2024-06-02 04:01:26 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\routes.py", line 621, in predict
2024-06-02 04:01:26 | ERROR | stderr | output = await route_utils.call_process_api(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\route_utils.py", line 260, in call_process_api
2024-06-02 04:01:26 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-06-02 04:01:26 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1689, in process_api
2024-06-02 04:01:26 | ERROR | stderr | result = await self.call_function(
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 1267, in call_function
2024-06-02 04:01:27 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 574, in async_iteration
2024-06-02 04:01:27 | ERROR | stderr | return await iterator.__anext__()
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 567, in __anext__
2024-06-02 04:01:27 | ERROR | stderr | return await anyio.to_thread.run_sync(
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
2024-06-02 04:01:27 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-06-02 04:01:27 | ERROR | stderr | return await future
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run
2024-06-02 04:01:27 | ERROR | stderr | result = context.run(func, *args)
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 550, in run_sync_iterator_async
2024-06-02 04:01:27 | ERROR | stderr | return next(iterator)
2024-06-02 04:01:27 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\utils.py", line 733, in gen_wrapper
2024-06-02 04:01:27 | ERROR | stderr | response = next(iterator)
2024-06-02 04:01:27 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 162, in http_bot
2024-06-02 04:01:27 | ERROR | stderr | prompt = state.get_prompt()
2024-06-02 04:01:27 | ERROR | stderr | AttributeError: 'tuple' object has no attribute 'get_prompt'
2024-06-02 04:01:46 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:11:09 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:11:09 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:11:09 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:11:09 | INFO | stdout | Running on local URL: http://127.0.0.1:7861
2024-06-02 04:11:09 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7861/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:11:09 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7861/ "HTTP/1.1 200 OK"
2024-06-02 04:11:09 | INFO | stdout |
2024-06-02 04:11:09 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:11:09 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:11:09 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:11:09 | INFO | stdout | --------
2024-06-02 04:11:10 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:11:10 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:11:28 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:11:31 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:11:31 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:11:35 | ERROR | gradio_web_server | unknown url type: ''
2024-06-02 04:12:06 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:12:07 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:12:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 04:12:07 | ERROR | stderr | time.sleep(0.1)
2024-06-02 04:12:07 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:12:07 | ERROR | stderr |
2024-06-02 04:12:07 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 04:12:07 | ERROR | stderr |
2024-06-02 04:12:07 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:12:07 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 399, in <module>
2024-06-02 04:12:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 04:12:07 | ERROR | stderr | self.block_thread()
2024-06-02 04:12:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 04:12:07 | ERROR | stderr | self.server.close()
2024-06-02 04:12:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 04:12:07 | ERROR | stderr | self.thread.join()
2024-06-02 04:12:07 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 04:12:07 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 04:12:07 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 04:12:07 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 04:12:07 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:13:42 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:13:42 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:13:42 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:13:42 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 381, in <module>
2024-06-02 04:13:42 | ERROR | stderr | demo = build_demo(args.embed)
2024-06-02 04:13:42 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 281, in build_demo
2024-06-02 04:13:42 | ERROR | stderr | [state, model_selector],
2024-06-02 04:13:42 | ERROR | stderr | NameError: name 'model_selector' is not defined
2024-06-02 04:13:42 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:13:42 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:13:42 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:13:42 | INFO | stdout | --------
2024-06-02 04:13:43 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:14:33 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:14:33 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:14:34 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:14:34 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:14:34 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:14:34 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:14:34 | INFO | stdout |
2024-06-02 04:14:34 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:14:34 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:14:34 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:14:34 | INFO | stdout | --------
2024-06-02 04:14:35 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:14:35 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:14:46 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:14:46 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:14:46 | ERROR | stderr | warnings.warn(
2024-06-02 04:15:07 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:15:07 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:18:09 | INFO | gradio_web_server | In this image, there is a man who appears to be in the middle of throwing a punch. He is located at the center of the frame, with his fist raised and his arm extended towards another person. The other person is positioned slightly to the left of the first man, with their arms raised in an attempt to block the incoming punch.
The background of the image features a parking lot filled with cars and a tree. There are no visible text or other discernible objects in the image. The relative positions of the two men suggest that they are engaged in some sort of altercation, possibly related to the car parked nearby. However, without additional context, it is difficult to determine the exact nature of their conflict.
To draw a bounding box for these two individuals, one could use the following coordinates: [0.32, 0.31, 0.78, 0.76]
2024-06-02 04:31:03 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:31:54 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:31:54 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:31:54 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:31:54 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:31:54 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:31:54 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:31:54 | INFO | stdout |
2024-06-02 04:31:54 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:31:54 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:31:54 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:31:54 | INFO | stdout | --------
2024-06-02 04:31:55 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:31:55 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:32:41 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:32:41 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:32:41 | ERROR | stderr | warnings.warn(
2024-06-02 04:32:46 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:32:46 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:35:20 | INFO | stdout | In the image, there is a man who appears to be hitting a woman with his fist. The woman has visible bruises on her face. The man's hand is located at approximately (0.32, 0.31, 0.48, 0.56) and his arm is extended towards the woman. The woman's face shows signs of injury with a noticeable bruise under her eye and another on her cheek. The man's fist is located at approximately (0.29, 0.31, 0.48, 0.56) and his arm is extended towards the woman. The woman's face shows signs of injury with a noticeable bruise under her eye and another on her cheek.
2024-06-02 04:35:20 | ERROR | gradio_web_server | 'str' object has no attribute 'size'
2024-06-02 04:36:36 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:36:36 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:36:36 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 04:36:36 | ERROR | stderr | time.sleep(0.1)
2024-06-02 04:36:36 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:36:36 | ERROR | stderr |
2024-06-02 04:36:36 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 04:36:36 | ERROR | stderr |
2024-06-02 04:36:36 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:36:36 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 403, in <module>
2024-06-02 04:36:36 | ERROR | stderr | demo.queue(
2024-06-02 04:36:36 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 04:36:36 | ERROR | stderr | self.block_thread()
2024-06-02 04:36:36 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 04:36:36 | ERROR | stderr | self.server.close()
2024-06-02 04:36:36 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 04:36:36 | ERROR | stderr | self.thread.join()
2024-06-02 04:36:36 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 04:36:36 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 04:36:36 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 04:36:36 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 04:36:36 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:37:18 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:37:18 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:37:18 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:37:18 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:37:18 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:37:18 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:37:18 | INFO | stdout |
2024-06-02 04:37:18 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:37:19 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:37:19 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:37:19 | INFO | stdout | --------
2024-06-02 04:37:19 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:37:19 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:37:27 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:37:27 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:37:27 | ERROR | stderr | warnings.warn(
2024-06-02 04:37:29 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:37:29 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:39:37 | INFO | stdout | In this image, there is a man holding a knife with both hands. The knife has a red handle and a silver blade. The man's face appears to be distorted or blurred out. Here are the coordinates for drawing a bounding box around the knife:
2024-06-02 04:39:37 | INFO | stdout | ```css
2024-06-02 04:39:37 | INFO | stdout | [0.1, 0.26, 0.34, 0.45]
2024-06-02 04:39:37 | INFO | stdout | ```
2024-06-02 04:39:37 | INFO | stdout | The man is wearing a black jacket and has dark hair. The background of the image features a building with columns and a blue sky.
2024-06-02 04:39:37 | ERROR | gradio_web_server | 'str' object has no attribute 'rectangle'
2024-06-02 04:40:07 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:40:07 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:40:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 04:40:07 | ERROR | stderr | time.sleep(0.1)
2024-06-02 04:40:07 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:40:07 | ERROR | stderr |
2024-06-02 04:40:07 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 04:40:07 | ERROR | stderr |
2024-06-02 04:40:07 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:40:07 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 403, in <module>
2024-06-02 04:40:07 | ERROR | stderr | demo.queue(
2024-06-02 04:40:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 04:40:07 | ERROR | stderr | self.block_thread()
2024-06-02 04:40:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 04:40:07 | ERROR | stderr | self.server.close()
2024-06-02 04:40:07 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 04:40:07 | ERROR | stderr | self.thread.join()
2024-06-02 04:40:07 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 04:40:07 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 04:40:07 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 04:40:07 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 04:40:07 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:40:56 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:40:56 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:40:56 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:40:56 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:40:56 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:40:56 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:40:56 | INFO | stdout |
2024-06-02 04:40:56 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:40:56 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:40:56 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:40:56 | INFO | stdout | --------
2024-06-02 04:40:57 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:40:57 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:41:16 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:41:16 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:41:16 | ERROR | stderr | warnings.warn(
2024-06-02 04:41:19 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:41:19 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:43:19 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch. The other person is running away from him. The man's fist is raised and his arm is extended towards the other person. The other person is wearing a gray shirt and white pants.
2024-06-02 04:43:19 | INFO | stdout |
2024-06-02 04:43:19 | INFO | stdout | The coordinates for drawing a bounding box around these two people would be: [0.26, 0.31, 0.78, 0.79]
2024-06-02 04:43:19 | INFO | stdout | ['0.26', '0.31', '0.78', '0.79']
2024-06-02 04:43:19 | ERROR | gradio_web_server | 'Image' object has no attribute 'rectangle'
2024-06-02 04:44:19 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:44:19 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:44:19 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 04:44:19 | ERROR | stderr | time.sleep(0.1)
2024-06-02 04:44:19 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:44:19 | ERROR | stderr |
2024-06-02 04:44:19 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 04:44:19 | ERROR | stderr |
2024-06-02 04:44:19 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 04:44:19 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 403, in <module>
2024-06-02 04:44:19 | ERROR | stderr | demo = build_demo(args.embed)
2024-06-02 04:44:19 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 04:44:19 | ERROR | stderr | self.block_thread()
2024-06-02 04:44:19 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 04:44:19 | ERROR | stderr | self.server.close()
2024-06-02 04:44:19 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 04:44:19 | ERROR | stderr | self.thread.join()
2024-06-02 04:44:19 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 04:44:19 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 04:44:19 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 04:44:19 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 04:44:19 | ERROR | stderr | KeyboardInterrupt
2024-06-02 04:45:00 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:45:00 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:45:00 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:45:00 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:45:00 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:45:00 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:45:00 | INFO | stdout |
2024-06-02 04:45:00 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:45:01 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:45:01 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:45:01 | INFO | stdout | --------
2024-06-02 04:45:01 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:45:01 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:45:04 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:45:04 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:45:04 | ERROR | stderr | warnings.warn(
2024-06-02 04:45:05 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:45:05 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:47:35 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch. The other man is attempting to block the punch with his arms raised. The precise locations and actions of these individuals are as follows:
2024-06-02 04:47:35 | INFO | stdout |
2024-06-02 04:47:35 | INFO | stdout | 1. Man on left (puncher): 0.32, 0.34, 0.59, 0.76
2024-06-02 04:47:35 | INFO | stdout | 2. Man on right (blocker): 0.28, 0.32, 0.75, 0.77
2024-06-02 04:47:35 | INFO | stdout |
2024-06-02 04:47:35 | INFO | stdout | The image does not provide enough information to accurately determine the exact coordinates of these objects or their actions. However, based on the description provided, it seems that both men are engaged in a physical altercation and are likely positioned close together.
2024-06-02 04:47:35 | INFO | stdout | ['0.32', '0.34', '0.59', '0.76', '0.28', '0.32', '0.75', '0.77']
2024-06-02 04:47:35 | ERROR | gradio_web_server | unknown color specifier: '# ffff33'
2024-06-02 04:48:08 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 04:48:50 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:48:50 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 04:48:51 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 04:48:51 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 04:48:51 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 04:48:51 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 04:48:51 | INFO | stdout |
2024-06-02 04:48:51 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 04:48:51 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 04:48:51 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 04:48:51 | INFO | stdout | --------
2024-06-02 04:48:51 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 04:48:52 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 04:53:21 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 04:53:21 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 04:53:21 | ERROR | stderr | warnings.warn(
2024-06-02 04:53:22 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 04:53:22 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 04:54:58 | INFO | stdout | In this image, there is a man who appears to be in the middle of throwing a punch. The coordinates for drawing a bounding box around him are [0.35, 0.29, 0.76, 0.8] and his action can be described as "throwing a punch".
2024-06-02 04:54:58 | INFO | stdout | ['0.35', '0.29', '0.76', '0.8']
2024-06-02 04:54:58 | ERROR | gradio_web_server | incorrect coordinate type
2024-06-02 05:15:22 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:15:22 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:15:22 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:15:22 | INFO | stdout | Running on local URL: http://127.0.0.1:7861
2024-06-02 05:15:22 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7861/startup-events "HTTP/1.1 200 OK"
2024-06-02 05:15:22 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7861/ "HTTP/1.1 200 OK"
2024-06-02 05:15:22 | INFO | stdout |
2024-06-02 05:15:22 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 05:15:23 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 05:15:23 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 05:15:23 | INFO | stdout | --------
2024-06-02 05:15:23 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 05:15:23 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 05:17:08 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 05:17:28 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 05:17:28 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 05:17:28 | ERROR | stderr | warnings.warn(
2024-06-02 05:17:30 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 05:17:31 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 05:19:29 | INFO | stdout | In the image, there is a man who appears to be in a state of agitation. He is wearing a black shirt and blue jeans. He has his arms outstretched towards another person, who is also dressed in a black shirt and blue jeans. The man's posture suggests that he might be attempting to push or grab the other person.
2024-06-02 05:19:29 | INFO | stdout |
2024-06-02 05:19:29 | INFO | stdout | The coordinates for drawing a bounding box around this scene are [0.28, 0.31, 0.79, 0.74]
2024-06-02 05:19:29 | INFO | stdout | ['0.28', '0.31', '0.79', '0.74']
2024-06-02 05:19:29 | ERROR | gradio_web_server | incorrect coordinate type
2024-06-02 05:23:24 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 05:23:24 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 05:23:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2400, in block_thread
2024-06-02 05:23:24 | ERROR | stderr | time.sleep(0.1)
2024-06-02 05:23:24 | ERROR | stderr | KeyboardInterrupt
2024-06-02 05:23:24 | ERROR | stderr |
2024-06-02 05:23:24 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-06-02 05:23:24 | ERROR | stderr |
2024-06-02 05:23:24 | ERROR | stderr | Traceback (most recent call last):
2024-06-02 05:23:24 | ERROR | stderr | File "D:\BLIP\gdio\app.py", line 407, in <module>
2024-06-02 05:23:24 | ERROR | stderr | demo = build_demo(args.embed)
2024-06-02 05:23:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2307, in launch
2024-06-02 05:23:24 | ERROR | stderr | self.block_thread()
2024-06-02 05:23:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\blocks.py", line 2404, in block_thread
2024-06-02 05:23:24 | ERROR | stderr | self.server.close()
2024-06-02 05:23:24 | ERROR | stderr | File "D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\http_server.py", line 68, in close
2024-06-02 05:23:24 | ERROR | stderr | self.thread.join()
2024-06-02 05:23:24 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1096, in join
2024-06-02 05:23:24 | ERROR | stderr | self._wait_for_tstate_lock()
2024-06-02 05:23:24 | ERROR | stderr | File "C:\Users\white\.pyenv\pyenv-win\versions\3.10.5\lib\threading.py", line 1116, in _wait_for_tstate_lock
2024-06-02 05:23:24 | ERROR | stderr | if lock.acquire(block, timeout):
2024-06-02 05:23:24 | ERROR | stderr | KeyboardInterrupt
2024-06-02 05:24:08 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:24:08 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:24:09 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 05:24:09 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 05:24:09 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 05:24:09 | INFO | stdout |
2024-06-02 05:24:09 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 05:24:09 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:24:09 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:24:09 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 05:24:09 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 05:24:09 | INFO | stdout | --------
2024-06-02 05:24:10 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 05:24:10 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 05:24:16 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 05:24:16 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 05:24:16 | ERROR | stderr | warnings.warn(
2024-06-02 05:24:18 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 05:24:18 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 05:27:35 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch. The other man is holding his hands up in front of him, possibly trying to block the incoming attack. The exact coordinates for drawing a bounding box would depend on the specific details of the image and the positioning of the objects within it. However, based on the description provided, one could estimate that the puncher's hands are located at (0.32, 0.49, 0.41, 0.68) and the blocker's hands are at (0.57, 0.49, 0.65, 0.57). The puncher is likely located at (0.32, 0.3, 0.72, 0.78), while the blocker could be positioned between (0.21, 0.34, 0.49, 0.76) and (0.57, 0.49, 0.75, 0.78).
2024-06-02 05:27:35 | INFO | stdout | ['0.32', '0.49', '0.41', '0.68', '0.57', '0.49', '0.65', '0.57', '0.32', '0.3', '0.72', '0.78', '0.21', '0.34', '0.49', '0.76', '0.57', '0.49', '0.75', '0.78']
2024-06-02 05:27:35 | ERROR | gradio_web_server | incorrect coordinate type
2024-06-02 05:28:03 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 05:28:49 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:28:49 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:28:50 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 05:28:50 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 05:28:50 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 05:28:50 | INFO | stdout |
2024-06-02 05:28:50 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 05:28:50 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:28:50 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:28:50 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 05:28:50 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 05:28:50 | INFO | stdout | --------
2024-06-02 05:28:51 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 05:28:51 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 05:28:54 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 05:28:54 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 05:28:54 | ERROR | stderr | warnings.warn(
2024-06-02 05:28:55 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 05:28:56 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 05:31:15 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch. The other man is holding his arms up in an attempt to block the incoming attack. The exact coordinates for drawing a bounding box would depend on the specific details of the image and the objects within it. However, based on the description provided, we can say that the man throwing the punch is located at (0.36, 0.29, 0.71, 0.8) and the man blocking the punch is positioned at (0.24, 0.35, 0.78, 0.77).
2024-06-02 05:31:15 | INFO | stdout | ['0.36', '0.29', '0.71', '0.8', '0.24', '0.35', '0.78', '0.77']
2024-06-02 05:31:15 | ERROR | gradio_web_server | incorrect coordinate type
2024-06-02 05:33:01 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-06-02 05:34:02 | INFO | gradio_web_server | args: Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:34:02 | INFO | gradio_web_server | Namespace(concurrency_count=16, model_list_mode='reload', share=False, moderate=False, embed=False)
2024-06-02 05:34:02 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2024-06-02 05:34:02 | INFO | stdout | Running on local URL: http://127.0.0.1:7860
2024-06-02 05:34:02 | INFO | httpx | HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
2024-06-02 05:34:03 | INFO | httpx | HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-06-02 05:34:03 | INFO | stdout |
2024-06-02 05:34:03 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-06-02 05:34:03 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-06-02 05:34:03 | INFO | stdout | IMPORTANT: You are using gradio version 4.24.0, however version 4.29.0 is available, please upgrade.
2024-06-02 05:34:03 | INFO | stdout | --------
2024-06-02 05:34:03 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
2024-06-02 05:34:03 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK"
2024-06-02 05:34:15 | INFO | gradio_web_server | load_demo. ip: 127.0.0.1
2024-06-02 05:34:15 | ERROR | stderr | D:\IEEESurvive\gdio\.wenv\lib\site-packages\gradio\components\dropdown.py:179: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
2024-06-02 05:34:15 | ERROR | stderr | warnings.warn(
2024-06-02 05:34:15 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 99
2024-06-02 05:34:16 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2024-06-02 05:37:55 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch towards another person. The other person is attempting to block the incoming attack with their arms raised. The precise locations of these actions are as follows:
2024-06-02 05:37:55 | INFO | stdout |
2024-06-02 05:37:55 | INFO | stdout | 1. The man throwing the punch is located at (0.34, 0.29, 0.65, 0.78) and has a bounding box of [0.34, 0.29, 0.65, 0.78]
2024-06-02 05:37:55 | INFO | stdout | 2. The person being punched is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]
2024-06-02 05:37:55 | INFO | stdout | 3. The person blocking the punch is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]
2024-06-02 05:37:55 | INFO | stdout |
2024-06-02 05:37:55 | INFO | stdout | Please note that these coordinates are based on the image description provided and may not be entirely accurate due to perspective or other factors.
2024-06-02 05:37:55 | INFO | stdout | ['0.34', '0.29', '0.65', '0.78', '0.34', '0.29', '0.65', '0.78', '0.21', '0.33', '0.45', '0.76', '0.21', '0.33', '0.45', '0.76', '0.21', '0.33', '0.45', '0.76', '0.21', '0.33', '0.45', '0.76']
2024-06-02 05:37:55 | INFO | stdout | In the image, there is a man who appears to be in the middle of throwing a punch towards another person. The other person is attempting to block the incoming attack with their arms raised. The precise locations of these actions are as follows:
2024-06-02 05:37:55 | INFO | stdout |
2024-06-02 05:37:55 | INFO | stdout | 1. The man throwing the punch is located at (0.34, 0.29, 0.65, 0.78) and has a bounding box of [0.34, 0.29, 0.65, 0.78]
2024-06-02 05:37:55 | INFO | stdout | 2. The person being punched is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]
2024-06-02 05:37:55 | INFO | stdout | 3. The person blocking the punch is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]
2024-06-02 05:37:55 | INFO | stdout |
2024-06-02 05:37:55 | INFO | stdout | Please note that these coordinates are based on the image description provided and may not be entirely accurate due to perspective or other factors. None
2024-06-02 05:37:55 | INFO | stdout | (' In the image, there is a man who appears to be in the middle of throwing a punch towards another person. The other person is attempting to block the incoming attack with their arms raised. The precise locations of these actions are as follows:\n\n1. The man throwing the punch is located at (0.34, 0.29, 0.65, 0.78) and has a bounding box of [0.34, 0.29, 0.65, 0.78]\n2. The person being punched is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]\n3. The person blocking the punch is located at (0.21, 0.33, 0.45, 0.76) and has a bounding box of [0.21, 0.33, 0.45, 0.76]\n\nPlease note that these coordinates are based on the image description provided and may not be entirely accurate due to perspective or other factors.\n<image>', <PIL.Image.Image image mode=RGB size=416x416 at 0x205F04DFCD0>, 'Default') None
2024-06-02 05:40:35 | INFO | stdout | Keyboard interruption in main thread... closing server.