Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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()
|