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