Noobian commited on
Commit
7a83a16
·
1 Parent(s): d8051fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,8 +16,7 @@ def answer_question(question):
16
  return response
17
 
18
  iface = gr.Interface(answer_question,
19
- gr.inputs.Textbox(),
20
- gr.outputs.Textbox(),
21
  title="How to generator",
22
  description="Make how tos from any prompt.")
23
 
 
16
  return response
17
 
18
  iface = gr.Interface(answer_question,
19
+ inputs="text", outputs="text,
 
20
  title="How to generator",
21
  description="Make how tos from any prompt.")
22