IDEA-Bench-Arena / logs /vote_log /gr_web_image_generation_multi.log
JasiLiang's picture
initial commit
62d106f verified
raw
history blame
42.9 kB
2024-12-26 11:49:30 | INFO | stdout | An error occurred while loading the CSV file: 'utf-8' codec can't decode byte 0xa1 in position 1240: invalid start byte
2024-12-26 11:49:31 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 11:49:31 | INFO | stdout |
2024-12-26 11:49:31 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 11:49:38 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 11:49:38 | INFO | stdout | Rerunning server... use `close()` to stop if you need to change `launch()` parameters.
2024-12-26 11:49:38 | INFO | stdout | ----
2024-12-26 11:49:38 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 11:49:38 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 65, in <module>
2024-12-26 11:49:38 | ERROR | stderr | demo.launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 11:49:38 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2619, in launch
2024-12-26 11:49:38 | ERROR | stderr | raise ValueError(
2024-12-26 11:49:38 | ERROR | stderr | ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
2024-12-26 11:49:42 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 11:49:42 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 11:49:42 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 11:49:42 | ERROR | stderr | lock.acquire()
2024-12-26 11:49:42 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 12:07:12 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 12:07:12 | INFO | stdout |
2024-12-26 12:07:12 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 12:33:48 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 12:34:09 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 12:43:31 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 12:43:31 | INFO | stdout | Rerunning server... use `close()` to stop if you need to change `launch()` parameters.
2024-12-26 12:43:31 | INFO | stdout | ----
2024-12-26 12:43:31 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 12:43:31 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 65, in <module>
2024-12-26 12:43:31 | ERROR | stderr | demo.launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 12:43:31 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2619, in launch
2024-12-26 12:43:31 | ERROR | stderr | raise ValueError(
2024-12-26 12:43:31 | ERROR | stderr | ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
2024-12-26 14:01:35 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 14:01:36 | INFO | stdout |
2024-12-26 14:01:36 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 14:05:04 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 14:05:04 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 14:05:04 | ERROR | stderr | time.sleep(0.1)
2024-12-26 14:05:04 | ERROR | stderr | KeyboardInterrupt
2024-12-26 14:05:04 | ERROR | stderr |
2024-12-26 14:05:04 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 14:05:04 | ERROR | stderr |
2024-12-26 14:05:04 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 14:05:04 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 14:05:04 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 14:05:04 | ERROR | stderr | self.block_thread()
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 14:05:04 | ERROR | stderr | self.server.close()
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 14:05:04 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 14:05:04 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 14:05:04 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 14:05:04 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 14:05:04 | ERROR | stderr | KeyboardInterrupt
2024-12-26 14:17:14 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 14:17:14 | INFO | stdout |
2024-12-26 14:17:14 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 14:21:13 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 14:21:13 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 14:21:13 | ERROR | stderr | time.sleep(0.1)
2024-12-26 14:21:13 | ERROR | stderr | KeyboardInterrupt
2024-12-26 14:21:13 | ERROR | stderr |
2024-12-26 14:21:13 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 14:21:13 | ERROR | stderr |
2024-12-26 14:21:13 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 14:21:13 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 14:21:13 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 14:21:13 | ERROR | stderr | self.block_thread()
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 14:21:13 | ERROR | stderr | self.server.close()
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 14:21:13 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 14:21:13 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 14:21:13 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 14:21:13 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 14:21:13 | ERROR | stderr | KeyboardInterrupt
2024-12-26 15:14:17 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 15:14:17 | INFO | stdout |
2024-12-26 15:14:17 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 15:19:22 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 15:19:46 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 15:20:35 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/queueing.py", line 625, in process_events
2024-12-26 15:20:35 | ERROR | stderr | response = await route_utils.call_process_api(
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/route_utils.py", line 322, in call_process_api
2024-12-26 15:20:35 | ERROR | stderr | output = await app.get_blocks().process_api(
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2047, in process_api
2024-12-26 15:20:35 | ERROR | stderr | result = await self.call_function(
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 1594, in call_function
2024-12-26 15:20:35 | ERROR | stderr | prediction = await anyio.to_thread.run_sync( # type: ignore
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
2024-12-26 15:20:35 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2505, in run_sync_in_worker_thread
2024-12-26 15:20:35 | ERROR | stderr | return await future
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 1005, in run
2024-12-26 15:20:35 | ERROR | stderr | result = context.run(func, *args)
2024-12-26 15:20:35 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/utils.py", line 869, in wrapper
2024-12-26 15:20:35 | ERROR | stderr | response = f(*args, **kwargs)
2024-12-26 15:20:35 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/serve/utils.py", line 164, in refresh_side_by_side
2024-12-26 15:20:35 | ERROR | stderr | state0, state1, prompt, input_images, output_images_A, output_images_B = models.get_result_of_random_case(model_name_A, model_name_B)
2024-12-26 15:20:35 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/model/model_manager.py", line 215, in get_result_of_random_case
2024-12-26 15:20:35 | ERROR | stderr | output_images_A = model_A.get_result(case_name)
2024-12-26 15:20:35 | ERROR | stderr | AttributeError: 'NoneType' object has no attribute 'get_result'
2024-12-26 16:22:06 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 16:22:07 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 16:22:07 | ERROR | stderr | time.sleep(0.1)
2024-12-26 16:22:07 | ERROR | stderr | KeyboardInterrupt
2024-12-26 16:22:07 | ERROR | stderr |
2024-12-26 16:22:07 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 16:22:07 | ERROR | stderr |
2024-12-26 16:22:07 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 16:22:07 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 16:22:07 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 16:22:07 | ERROR | stderr | self.block_thread()
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 16:22:07 | ERROR | stderr | self.server.close()
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 16:22:07 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 16:22:07 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 16:22:07 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 16:22:07 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 16:22:07 | ERROR | stderr | KeyboardInterrupt
2024-12-26 16:28:41 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 16:28:41 | INFO | stdout |
2024-12-26 16:28:41 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 16:29:18 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 16:33:49 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 16:33:49 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 16:33:49 | ERROR | stderr | time.sleep(0.1)
2024-12-26 16:33:49 | ERROR | stderr | KeyboardInterrupt
2024-12-26 16:33:49 | ERROR | stderr |
2024-12-26 16:33:49 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 16:33:49 | ERROR | stderr |
2024-12-26 16:33:49 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 16:33:49 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 16:33:49 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 16:33:49 | ERROR | stderr | self.block_thread()
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 16:33:49 | ERROR | stderr | self.server.close()
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 16:33:49 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 16:33:49 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 16:33:49 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 16:33:49 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 16:33:49 | ERROR | stderr | KeyboardInterrupt
2024-12-26 16:34:06 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 16:34:06 | INFO | stdout |
2024-12-26 16:34:06 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 16:34:43 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 16:34:59 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 16:35:32 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 16:42:25 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 16:42:45 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 16:42:53 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 16:58:43 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 17:33:20 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 18:04:14 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 18:04:26 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 19:58:21 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 19:58:21 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 19:58:21 | ERROR | stderr | time.sleep(0.1)
2024-12-26 19:58:21 | ERROR | stderr | KeyboardInterrupt
2024-12-26 19:58:21 | ERROR | stderr |
2024-12-26 19:58:21 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 19:58:21 | ERROR | stderr |
2024-12-26 19:58:21 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 19:58:21 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 19:58:21 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 19:58:21 | ERROR | stderr | self.block_thread()
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 19:58:21 | ERROR | stderr | self.server.close()
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 19:58:21 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 19:58:21 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 19:58:21 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 19:58:21 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 19:58:21 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:07:22 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:07:22 | INFO | stdout |
2024-12-26 20:07:22 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:09:29 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:09:29 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:09:29 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:09:29 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:09:29 | ERROR | stderr |
2024-12-26 20:09:29 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:09:29 | ERROR | stderr |
2024-12-26 20:09:29 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:09:29 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:09:29 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:09:29 | ERROR | stderr | self.block_thread()
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:09:29 | ERROR | stderr | self.server.close()
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:09:29 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:09:29 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:09:29 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:09:29 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:09:29 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:09:29 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:09:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:09:29 | ERROR | stderr | lock.acquire()
2024-12-26 20:09:29 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 20:09:34 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:09:34 | INFO | stdout |
2024-12-26 20:09:34 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:10:51 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:10:51 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:10:51 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:10:51 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:10:51 | ERROR | stderr |
2024-12-26 20:10:51 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:10:51 | ERROR | stderr |
2024-12-26 20:10:51 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:10:51 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:10:51 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:10:51 | ERROR | stderr | self.block_thread()
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:10:51 | ERROR | stderr | self.server.close()
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:10:51 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:10:51 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:10:51 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:10:51 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:10:51 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:10:51 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:10:51 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:10:51 | ERROR | stderr | lock.acquire()
2024-12-26 20:10:51 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 20:11:17 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:11:17 | INFO | stdout |
2024-12-26 20:11:17 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:11:33 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:11:33 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:11:33 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:11:33 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:11:33 | ERROR | stderr |
2024-12-26 20:11:33 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:11:33 | ERROR | stderr |
2024-12-26 20:11:33 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:11:33 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:11:33 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:11:33 | ERROR | stderr | self.block_thread()
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:11:33 | ERROR | stderr | self.server.close()
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:11:33 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:11:33 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:11:33 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:11:33 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:11:33 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:11:33 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:11:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:11:33 | ERROR | stderr | lock.acquire()
2024-12-26 20:11:33 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 20:13:30 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:13:30 | INFO | stdout |
2024-12-26 20:13:30 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:18:33 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:18:33 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:18:33 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:18:33 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:18:33 | ERROR | stderr |
2024-12-26 20:18:33 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:18:33 | ERROR | stderr |
2024-12-26 20:18:33 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:18:33 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:18:33 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:18:33 | ERROR | stderr | self.block_thread()
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:18:33 | ERROR | stderr | self.server.close()
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:18:33 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:18:33 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:18:33 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:18:33 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:18:33 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:18:40 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:18:40 | INFO | stdout |
2024-12-26 20:18:40 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:23:29 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:23:29 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:23:29 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:23:29 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:23:29 | ERROR | stderr |
2024-12-26 20:23:29 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:23:29 | ERROR | stderr |
2024-12-26 20:23:29 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:23:29 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:23:29 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:23:29 | ERROR | stderr | self.block_thread()
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:23:29 | ERROR | stderr | self.server.close()
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:23:29 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:23:29 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:23:29 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:23:29 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:23:29 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:23:33 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:23:34 | INFO | stdout |
2024-12-26 20:23:34 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:24:01 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:24:01 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:24:01 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:24:01 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:24:01 | ERROR | stderr |
2024-12-26 20:24:01 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:24:01 | ERROR | stderr |
2024-12-26 20:24:01 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:24:01 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:24:01 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:24:01 | ERROR | stderr | self.block_thread()
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:24:01 | ERROR | stderr | self.server.close()
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:24:01 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:24:01 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:24:01 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:24:01 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:24:01 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:24:01 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:24:01 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:24:01 | ERROR | stderr | lock.acquire()
2024-12-26 20:24:01 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 20:25:01 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:25:01 | INFO | stdout |
2024-12-26 20:25:01 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:25:23 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 20:25:35 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 20:25:42 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 20:25:49 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 20:26:02 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 20:26:08 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 20:26:16 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 20:26:22 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 20:26:33 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 20:26:39 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-26 20:26:52 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-26 20:27:01 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-26 20:27:19 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:27:19 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:27:19 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:27:19 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:27:19 | ERROR | stderr |
2024-12-26 20:27:19 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:27:19 | ERROR | stderr |
2024-12-26 20:27:19 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:27:19 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:27:19 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:27:19 | ERROR | stderr | self.block_thread()
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:27:19 | ERROR | stderr | self.server.close()
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:27:19 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:27:19 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:27:19 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:27:19 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:27:19 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:27:20 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:27:20 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:27:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:27:20 | ERROR | stderr | lock.acquire()
2024-12-26 20:27:20 | ERROR | stderr | KeyboardInterrupt:
2024-12-26 20:27:58 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-26 20:27:58 | INFO | stdout |
2024-12-26 20:27:58 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-26 20:28:20 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-26 20:28:20 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2869, in block_thread
2024-12-26 20:28:20 | ERROR | stderr | time.sleep(0.1)
2024-12-26 20:28:20 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:28:20 | ERROR | stderr |
2024-12-26 20:28:20 | ERROR | stderr | During handling of the above exception, another exception occurred:
2024-12-26 20:28:20 | ERROR | stderr |
2024-12-26 20:28:20 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:28:20 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/modelscope/IDEA-Bench-Arena/app.py", line 64, in <module>
2024-12-26 20:28:20 | ERROR | stderr | demo.queue(max_size=20).launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2774, in launch
2024-12-26 20:28:20 | ERROR | stderr | self.block_thread()
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2873, in block_thread
2024-12-26 20:28:20 | ERROR | stderr | self.server.close()
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/http_server.py", line 69, in close
2024-12-26 20:28:20 | ERROR | stderr | self.thread.join(timeout=5)
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1100, in join
2024-12-26 20:28:20 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
2024-12-26 20:28:20 | ERROR | stderr | if lock.acquire(block, timeout):
2024-12-26 20:28:20 | ERROR | stderr | KeyboardInterrupt
2024-12-26 20:28:20 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/anaconda3/envs/tiger/lib/python3.10/threading.py'>
2024-12-26 20:28:20 | ERROR | stderr | Traceback (most recent call last):
2024-12-26 20:28:20 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/threading.py", line 1567, in _shutdown
2024-12-26 20:28:20 | ERROR | stderr | lock.acquire()
2024-12-26 20:28:20 | ERROR | stderr | KeyboardInterrupt:
2024-12-27 15:58:24 | INFO | stdout | * Running on local URL: http://127.0.0.1:7860
2024-12-27 15:58:24 | INFO | stdout |
2024-12-27 15:58:24 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2024-12-27 15:59:14 | INFO | gradio_web_server_image_generation_multi | rightvote (named). ip: 127.0.0.1
2024-12-27 15:59:25 | INFO | gradio_web_server_image_generation_multi | bothbad_vote (named). ip: 127.0.0.1
2024-12-27 15:59:34 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-27 15:59:42 | INFO | gradio_web_server_image_generation_multi | leftvote (named). ip: 127.0.0.1
2024-12-27 16:00:57 | INFO | stdout | Keyboard interruption in main thread... closing server.
2024-12-27 16:00:57 | INFO | stdout | Rerunning server... use `close()` to stop if you need to change `launch()` parameters.
2024-12-27 16:00:57 | INFO | stdout | ----
2024-12-27 16:00:57 | ERROR | stderr | Traceback (most recent call last):
2024-12-27 16:00:57 | ERROR | stderr | File "/Users/jasi/Documents/ali-vilab/huggingface/IDEA-Bench-Arena/app.py", line 65, in <module>
2024-12-27 16:00:57 | ERROR | stderr | demo.launch(server_port=server_port, root_path=ROOT_PATH, show_error=True)
2024-12-27 16:00:57 | ERROR | stderr | File "/opt/anaconda3/envs/tiger/lib/python3.10/site-packages/gradio/blocks.py", line 2619, in launch
2024-12-27 16:00:57 | ERROR | stderr | raise ValueError(
2024-12-27 16:00:57 | ERROR | stderr | ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.