mariotawfik commited on
Commit
4a2b240
·
1 Parent(s): 48085e3
Files changed (1) hide show
  1. app.py +1 -1
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, eval_key, encodings_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