a42c30f e243c50 a42c30f 96779a5 a42c30f
1
2
3
4
5
6
7
import gradio as gr def greet(imagen): return imagen demo = gr.Interface(fn=greet, inputs="image", outputs="image") demo.launch()