debisoft commited on
Commit
e6296d8
1 Parent(s): d1dc692
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ def greet(input):
46
  return extract_json(gen_text)
47
  #return json.dumps(response)
48
 
49
- iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Prompt", lines=3)], outputs="json")
50
  iface.launch()
 
46
  return extract_json(gen_text)
47
  #return json.dumps(response)
48
 
49
+ iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Prompt", lines=3)], outputs="text")
50
  iface.launch()