-
Notifications
You must be signed in to change notification settings - Fork 63
Unexpected keyword argument 'source' #87
Comments
I encountered the same problem, I managed to resolve it by renaming the Then there is another problem, it concerns the I don't know if this could help anyone but I finally have access to the web ui. 😅 |
pip install gradio==3.28.3 |
I had the same error, upgraded to gradio 3.28.3, now the ui is loading, but when I generate, nothing happens, I've let it run for 360s on a 4090. |
This worked thanks, i updated to Gradio 4.4 as well. |
Worked for me as well, thanks! |
Same is happening as well. I started mauling the code last night and seeing what I could find. (As I hate CLI only apps. I really appreciate a gui and I know others do as well. Since I spend my whole workday staring at CLI and code... I'd much rather use a gui. :D ) So, I redid a portion of the webui.py Changing source to sources as stated above by Durlecode But I also changed out
And changed that block of code to
|
I'm confused about this, is the line
Tried adding this but it resulted in: Does this addition require 4.4.0 in order to not throw this error? |
This error If you don't have any issues otherwise (it isn't throwing incompatibility issues) you should be fine. Just fix your indent. :D |
TypeError: Audio.init() got an unexpected keyword argument 'source'
I have no idea what to do from here.
The text was updated successfully, but these errors were encountered: