Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ def answer_question(question):
|
|
16 |
return response
|
17 |
|
18 |
iface = gr.Interface(answer_question,
|
19 |
-
|
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 |
|