ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

【无标题】AttributeError: module ‘gradio‘ has no attribute ‘outputs‘

2026/9/13 0:04:43 拓冰建站 浏览量
【无标题】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