Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
|
|
3 |
def greet(input_image):
|
4 |
return input_image
|
5 |
|
6 |
-
iface = gr.Interface(greet, gr.
|
7 |
iface.launch()
|
|
|
3 |
def greet(input_image):
|
4 |
return input_image
|
5 |
|
6 |
+
iface = gr.Interface(greet, gr.Video(height=200, width=200), "video")
|
7 |
iface.launch()
|