You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the Huggingface demo. The page raises a Runtime Error. Something seems to be wrong.
The following is the error message:
Runtime error
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torchvision/transforms/_functional_video.py:5: UserWarning: The _functional_video module is deprecated. Please use the functional module instead.
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torchvision/transforms/_transforms_video.py:25: UserWarning: The _transforms_video module is deprecated. Please use the transforms module instead.
warnings.warn(
Traceback (most recent call last):
File "app.py", line 17, in
import gradio as gr
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/components.py", line 32, in
from gradio import media_data, processing_utils, utils
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/processing_utils.py", line 20, in
from gradio import encryptor, utils
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/utils.py", line 404, in
class AsyncRequest:
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/utils.py", line 424, in AsyncRequest
client = httpx.AsyncClient()
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_client.py", line 1397, in init
self._transport = self._init_transport(
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: init() got an unexpected keyword argument 'socket_options'
Container logs:
Failed to retrieve error logs: Failed to load logs: Not Found. Logs are persisted for 30 days after the Space stops running.
The text was updated successfully, but these errors were encountered:
Please check the Huggingface demo. The page raises a Runtime Error. Something seems to be wrong.
The following is the error message:
Runtime error
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torchvision/transforms/_functional_video.py:5: UserWarning: The _functional_video module is deprecated. Please use the functional module instead.
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torchvision/transforms/_transforms_video.py:25: UserWarning: The _transforms_video module is deprecated. Please use the transforms module instead.
warnings.warn(
Traceback (most recent call last):
File "app.py", line 17, in
import gradio as gr
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/components.py", line 32, in
from gradio import media_data, processing_utils, utils
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/processing_utils.py", line 20, in
from gradio import encryptor, utils
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/utils.py", line 404, in
class AsyncRequest:
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/utils.py", line 424, in AsyncRequest
client = httpx.AsyncClient()
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_client.py", line 1397, in init
self._transport = self._init_transport(
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: init() got an unexpected keyword argument 'socket_options'
Container logs:
Failed to retrieve error logs: Failed to load logs: Not Found. Logs are persisted for 30 days after the Space stops running.
The text was updated successfully, but these errors were encountered: