Spaces:
Runtime error
Runtime error
Commit
·
f8f66e0
1
Parent(s):
75c6c70
file path
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ if __name__ == "__main__":
|
|
352 |
|
353 |
# Button to extract vector
|
354 |
b_extract.click(
|
355 |
-
encode_quantize(file_input, eval_key, encodings),
|
356 |
inputs=[],
|
357 |
outputs=[extracted_vector],
|
358 |
)
|
|
|
352 |
|
353 |
# Button to extract vector
|
354 |
b_extract.click(
|
355 |
+
encode_quantize(file_input.file, eval_key, encodings),
|
356 |
inputs=[],
|
357 |
outputs=[extracted_vector],
|
358 |
)
|