Moibe commited on
Commit
bb4558f
·
1 Parent(s): 1f5f680

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(name):
4
  return "OK"
5
 
6
- iface = gr.Interface(fn=greet, inputs="video", outputs="video")
7
  iface.launch()
 
3
  def greet(name):
4
  return "OK"
5
 
6
+ iface = gr.Interface(fn=greet, gr.Image(height=200, width=200), "image")
7
  iface.launch()