Moibe commited on
Commit
e0bff1c
1 Parent(s): 79fb936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(height=200, width=200), "image")
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()