Update app.py
Browse files
app.py
CHANGED
@@ -69,5 +69,5 @@ async def main(query):
|
|
69 |
print(response)
|
70 |
return response
|
71 |
|
72 |
-
iface = gr.Interface(fn=main, inputs="
|
73 |
iface.launch()
|
|
|
69 |
print(response)
|
70 |
return response
|
71 |
|
72 |
+
iface = gr.Interface(fn=main, inputs=gr.Textbox(label="Question:", lines=4), outputs="text")
|
73 |
iface.launch()
|