NegativeSector commited on
Commit
a43ff95
1 Parent(s): 62d6ebb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import json
3
 
4
  def green(t):
5
  pass
6
- iface = gr.Interface(fn=green, inputs=gr.inputs.Textbox(lines=2, placeholder="Put prompt here"))
7
  iface.launch()
 
3
 
4
  def green(t):
5
  pass
6
+ iface = gr.Interface(fn=green, inputs=gr.inputs.Textbox(lines=2, placeholder="Put prompt here"), outputs="text")
7
  iface.launch()