SunnyKing
Results
3
comments of
SunnyKing
有同样的问题被发现了,有什么快速fix的方法吗
When the gradio_client is used to call the API, the uploaded image will always be renamed image.webp
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:...
When the gradio_client is used to call the API, the uploaded image will always be renamed image.webp
Thanys,It looks fine now