Duplicated from Moibe/astro-blend
1f5f680 79fb936 1f5f680 40e85ae 39e669a
1
2
3
4
5
6
7
import gradio as gr def greet(input_image): return input_image iface = gr.Interface(greet, gr.Image(height=200, width=200), "image") iface.launch()