本文主要是介绍【无标题】AttributeError: module ‘gradio‘ has no attribute ‘outputs‘,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题描述
AttributeError: module 'gradio' has no attribute 'outputs'
不知道作者用的是哪个gradio版本,最新的版本报错AttributeError: module 'gradio' has no attribute 'outputs' , 换一个老一点的版本会报错AttributeError: module 'gradio' has no attribute 'Image'
解决办法
pip install gradio==3.50.2
这篇关于【无标题】AttributeError: module ‘gradio‘ has no attribute ‘outputs‘的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!