AmandaPanda commited on
Commit
b6fb748
·
verified ·
1 Parent(s): 5e4323e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
- demo = gr.Interface(fn=greet, inputs="text", outputs="image")
7
  demo.launch()
8
 
9
  # Load vision capability to support image display
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  demo.launch()
8
 
9
  # Load vision capability to support image display