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

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
- pass
5
 
6
  gr.Interface(fn=run, inputs="image", outputs="text").launch()
 
1
  import gradio as gr
2
 
3
  def run(image):
4
+ return "123"
5
 
6
  gr.Interface(fn=run, inputs="image", outputs="text").launch()