venite-xjc commited on
Commit
9ae7d73
·
1 Parent(s): 845f263

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
 
3
  def greet(img):
 
4
  return img
5
 
6
  iface = gr.Interface(fn=greet, inputs="image", outputs="image")
 
1
  import gradio as gr
2
 
3
  def greet(img):
4
+ print(type(img))
5
  return img
6
 
7
  iface = gr.Interface(fn=greet, inputs="image", outputs="image")