sujr commited on
Commit
32e07da
·
1 Parent(s): 6265bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
  def run(image):
4
- return "123"
5
 
6
  gr.Interface(fn=run, inputs="image", outputs="text").launch()
 
1
  import gradio as gr
2
 
3
  def run(image):
4
+ return type(image)
5
 
6
  gr.Interface(fn=run, inputs="image", outputs="text").launch()