awinml commited on
Commit
85646a2
1 Parent(s): 6236d12

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="list",
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()