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
报错信息
AttributeError: 'SubtitlesClip' object has no attribute 'set_pos'. Did you mean: 'set_fps'?
Traceback (most recent call last):
File "D:\开发\py\Lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\route_utils.py", line 321, in call_process_api
output = await app.get_blocks().process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1935, in process_api
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
没有看见readme中的\config_defaults.py文件,只有config并修正路径IMAGEMAGICK_BINARY = os.getenv("C:\Program Files\ImageMagick-7.1.1-Q16\magick.exe", "auto-detect")
报错信息
AttributeError: 'SubtitlesClip' object has no attribute 'set_pos'. Did you mean: 'set_fps'?
Traceback (most recent call last):
File "D:\开发\py\Lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\route_utils.py", line 321, in call_process_api
output = await app.get_blocks().process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1935, in process_api
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\开发\py\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
File "D:\开发\py\Lib\site-packages\gradio\blocks.py", line 1520, in call_function
Beta Was this translation helpful? Give feedback.
All reactions