Interactive-LLM-Powered-NPCs icon indicating copy to clipboard operation
Interactive-LLM-Powered-NPCs copied to clipboard

[sadtalker webui error] AttributeError: 'Row' object has no attribute 'style'. Did you mean: 'scale'?

Open DuckersMcQuack opened this issue 9 months ago • 3 comments
trafficstars

Appears there's error in the app.py to run the webui for the first time.

venv folder already exists, skipping creation... venv "venv\Scripts\Python.exe" Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Commit hash: 503ef3b64a921b6a11efa9e3e0432a0c3de3b619 Installing requirements for SadTalker WebUI (may take longer time in first time) Launching SadTalker Web UI Traceback (most recent call last): File "C:\LLM-Gaming\Interactive-LLM-Powered-NPCs\SadTalker\Launcher.py", line 197, in start() File "C:\LLM-Gaming\Interactive-LLM-Powered-NPCs\SadTalker\Launcher.py", line 192, in start demo = sadtalker_demo() File "C:\LLM-Gaming\Interactive-LLM-Powered-NPCs\SadTalker\app.py", line 19, in sadtalker_demo with gr.Row().style(equal_height=False): AttributeError: 'Row' object has no attribute 'style'. Did you mean: 'scale'?

Launch unsuccessful. Exiting. Press any key to continue . . .

DuckersMcQuack avatar Jan 26 '25 15:01 DuckersMcQuack