Spaces:
Runtime error
Runtime error
Commit
·
4a2b240
1
Parent(s):
48085e3
app
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ if __name__ == "__main__":
|
|
355 |
# Button to extract vector
|
356 |
b_extract.click(
|
357 |
fn=encode_quantize,
|
358 |
-
inputs=[file_input,
|
359 |
outputs=[extracted_vector],
|
360 |
)
|
361 |
|
|
|
355 |
# Button to extract vector
|
356 |
b_extract.click(
|
357 |
fn=encode_quantize,
|
358 |
+
inputs=[file_input, eval_key_input, encodings_input],
|
359 |
outputs=[extracted_vector],
|
360 |
)
|
361 |
|