MD1998 commited on
Commit
3a723b1
·
verified ·
1 Parent(s): a133e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,5 +76,5 @@ def greet(prompt):
76
 
77
 
78
 
79
- iface = gr.Interface(fn=greet, inputs="text")
80
  iface.launch()
 
76
 
77
 
78
 
79
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
80
  iface.launch()