Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

报错:TypeError: 'module' object is not callable,大佬们这个啥问题 #132

Open
jiaengithub opened this issue Jan 2, 2025 · 0 comments

Comments

@jiaengithub
Copy link

Traceback (most recent call last):
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\gradio\blocks.py", line 2047, in process_api
result = await self.call_function(
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\gradio\blocks.py", line 1594, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\anyio_backends_asyncio.py", line 2505, in run_sync_in_worker_thread
return await future
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\anyio_backends_asyncio.py", line 1005, in run
result = context.run(func, *args)
File "C:\Users\TTKJ.conda\envs\funclip\lib\site-packages\gradio\utils.py", line 869, in wrapper
response = f(*args, **kwargs)
File "E:\en\FunClip\funclip\launch.py", line 113, in video_clip_addsub
return audio_clipper.video_clip(
File "E:\en\FunClip\funclip\videoclipper.py", line 234, in video_clip
video_clip = CompositeVideoClip([video_clip, subtitles.set_pos(('center','bottom'))])
TypeError: 'module' object is not callable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant