easyontheice
easyontheice
Replace app_sadtalker.py with this code: import os, sys import gradio as gr from src.gradio_demo import SadTalker def sadtalker_demo(checkpoint_path='checkpoints', config_path='src/config', warpfn=None): sad_talker = SadTalker(checkpoint_path, config_path, lazy_load=True) with gr.Blocks(analytics_enabled=False) as sadtalker_interface: gr.Markdown("...
Try this file. I'm guessing the copied code didn't indent correctly. [app_sadtalker.zip](https://github.com/OpenTalker/SadTalker/files/13259997/app_sadtalker.zip)
@umtaran1 Awesome! Glad to hear it. I need to update my posts on the other three threads. Thanks for letting me know.
@secreat14 Can you share your **queueing.py** file with me? Which version of **gradio** are you using? I am using gradio 4.1.1, Python ver 3.8.18, Windows 11 os
Same. I've managed to get it to work locally but that's the best I can do. I don't have a 24GB Ram GPU as recommended but you can hack the...
Replace app_sadtalker.py with this file: [app_sadtalker.zip](https://github.com/OpenTalker/SadTalker/files/13259997/app_sadtalker.zip)