赞
踩
模块安装:
pip install gradio
import gradio as gr def greet(name): return name # fn对应函数,输入输出类型文本 demo = gr.Interface(fn=greet, inputs=