Update app.py
Browse files
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 |
|