|
发表于 2024-10-27 10:57:18
|
显示全部楼层
使用系统的默认素材就只有这些,换成我自己的素材会多一些,但是点击生成后依然没有任何反应
-----------------------------------------------------
更多实用好玩的AI应用,访问 https://deepface.cc
EDTalk WebUI正在启动中,请稍后...
-----------------------------------------------------
==> 加载模型...
==> 加载模型...
Using cache from 'D:\AI\EDTalk\gradio_cached_examples\19' directory. If method or examples have changed since last caching, delete this folder to clear cache.
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Traceback (most recent call last):
File "D:\AI\EDTalk\python\lib\site-packages\gradio\processing_utils.py", line 536, in audio_from_file
audio = AudioSegment.from_file(filename)
File "D:\AI\EDTalk\python\lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit)
File "D:\AI\EDTalk\python\lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
File "D:\AI\EDTalk\python\lib\subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\AI\EDTalk\python\lib\subprocess.py", line 1327, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\AI\EDTalk\python\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\blocks.py", line 1931, in process_api
inputs = await self.preprocess_data(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\blocks.py", line 1662, in preprocess_data
processed_input.append(block.preprocess(inputs_cached))
File "D:\AI\EDTalk\python\lib\site-packages\gradio\components\audio.py", line 231, in preprocess
sample_rate, data = processing_utils.audio_from_file(temp_file_path)
File "D:\AI\EDTalk\python\lib\site-packages\gradio\processing_utils.py", line 546, in audio_from_file
raise RuntimeError(msg) from e
RuntimeError: Cannot load audio from file: `ffprobe` not found. Please install `ffmpeg` in your system to use non-WAV audio file formats and make sure `ffprobe` is in your PATH.
|
|