问题描述
AttributeError: module 'gradio' has no attribute 'Image'
不知道作者用的是哪个gradio版本,最新的版本报错AttributeError: module 'gradio' has no attribute 'outputs' , 换一个老一点的版本会报错AttributeError: module 'gradio' has no attribute 'Image'
解决办法
pip install gradio==3.50.2