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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def answer_question(question):
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
 
 
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