e86fa17
1
2
3
4
5
import gradio as gr demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image") demo.launch()