Open akileswarpaidi opened 10 months ago
I am having the same issue
Hi, @akileswarpaidi and @traverso-inspectifai . I was able to resolve this issue by installing the Gradio 3.22.1
version.
I have tried to install gradio to the specified version the way you did, but the result is the same:
Traceback (most recent call last):
File "E:\ScribblePrompt\ScribblePrompt-0.1.0\demos\app.py", line 450, in
Hi, @akileswarpaidi and @traverso-inspectifai . I was able to resolve this issue by installing the Gradio
3.22.1
version.
Traceback (most recent call last): File "c:\Users\Akil\Downloads\Painter-main\Painter-main\SegGPT\app_gradio.py", line 127, in
inputs=[gr.ImageMask(brush_radius=8, label="prompt (提示图)"), gr.Image(label="img1 (测试图1)"), gr.Image(label="img2 (测试图2)")],
File "C:\Users\Akil\Downloads\Painter-main\Painter-main\my_env\lib\site-packages\gradio\component_meta.py", line 157, in wrapper
return fn(self, **kwargs)
TypeError: init() got an unexpected keyword argument 'brush_radius'