Spaces:
Sleeping
Sleeping
Upload app.py
#3
by
awinml
- opened
app.py
CHANGED
@@ -14,6 +14,6 @@ instructor_model_embeddings = gr.Interface(
|
|
14 |
gr.inputs.Textbox(label="Query_Instruction"),
|
15 |
gr.inputs.Textbox(label="Query")
|
16 |
],
|
17 |
-
outputs="
|
18 |
title="API-Instructor-XL-1",
|
19 |
).launch()
|
|
|
14 |
gr.inputs.Textbox(label="Query_Instruction"),
|
15 |
gr.inputs.Textbox(label="Query")
|
16 |
],
|
17 |
+
outputs="text",
|
18 |
title="API-Instructor-XL-1",
|
19 |
).launch()
|