awinml commited on
Commit
6fb12dd
1 Parent(s): ff8d2f0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,6 +15,6 @@ instructor_model_embeddings = gr.Interface(
15
  gr.inputs.Textbox(label="Query_Instruction"),
16
  gr.inputs.Textbox(label="Query")
17
  ],
18
- gr.Dataframe(type="numpy", datatype="number"),
19
  title="API-Instructor-XL-1",
20
  ).launch()
 
15
  gr.inputs.Textbox(label="Query_Instruction"),
16
  gr.inputs.Textbox(label="Query")
17
  ],
18
+ outputs=gr.Dataframe(type="numpy", datatype="number"),
19
  title="API-Instructor-XL-1",
20
  ).launch()