mariotawfik commited on
Commit
f8f66e0
·
1 Parent(s): 75c6c70
Files changed (1) hide show
  1. app.py +1 -1
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
  )