Duplicated from Moibe/astro-blend
1f5f680 39e669a
1
2
3
4
5
6
7
import gradio as gr def greet(name): return "OK" iface = gr.Interface(fn=greet, inputs="video", outputs="video") iface.launch()