janasumit2911 commited on
Commit
c5f1d43
·
verified ·
1 Parent(s): 43a5ab6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  def hello(name):
4
  return "hi"+name
5
 
6
- application = gr.Interface(fn=hello, inputs="textbox", outputs="text", title="Image Detection with API Integration")
7
  application.launch()
 
3
  def hello(name):
4
  return "hi"+name
5
 
6
+ application = gr.Interface(fn=hello, inputs="textbox", outputs="textbox", title="Image Detection with API Integration")
7
  application.launch()