Spaces:
Runtime error
Runtime error
Commit
·
d13e2d7
1
Parent(s):
7236bd2
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def get_completion(inputs, parameters=None, ENDPOINT_URL="http://internal-aws-pr
|
|
36 |
|
37 |
demo = gr.Interface(
|
38 |
fn=get_completion,
|
39 |
-
inputs=
|
40 |
outputs="text"
|
41 |
)
|
42 |
|
|
|
36 |
|
37 |
demo = gr.Interface(
|
38 |
fn=get_completion,
|
39 |
+
inputs="text",
|
40 |
outputs="text"
|
41 |
)
|
42 |
|