Spaces:
Runtime error
Runtime error
A B Vijay Kumar
commited on
Commit
·
087de35
1
Parent(s):
9666f6c
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ def query(instruction, input):
|
|
27 |
|
28 |
inputs = ["text", "text"]
|
29 |
outputs = "text"
|
30 |
-
iface = gr.Interface(fn=query, inputs=
|
31 |
iface.launch()
|
|
|
27 |
|
28 |
inputs = ["text", "text"]
|
29 |
outputs = "text"
|
30 |
+
iface = gr.Interface(fn=query, inputs=inputs, outputs=outputs)
|
31 |
iface.launch()
|