SunnyKing

Results 3 comments of SunnyKing

有同样的问题被发现了,有什么快速fix的方法吗

Hello@freddyaboulton, thank you for your answer Sure, this is a simple call that I just implemented. Here's demo.py ``` import gradio as gr def img_test(img): print(img) with gr.Blocks() as demo:...