80cols commited on
Commit
a9602df
·
verified ·
1 Parent(s): ac31b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with demo:
265
  )
266
 
267
  # Button to send the encodings to the server using post method
268
- execute_fhe_button.click(predict, input=[], outputs=[fhe_execution_time, execute_fhe_button])
269
 
270
  gr.Markdown("<hr />")
271
 
 
265
  )
266
 
267
  # Button to send the encodings to the server using post method
268
+ execute_fhe_button.click(predict, inputs=[], outputs=[fhe_execution_time, execute_fhe_button])
269
 
270
  gr.Markdown("<hr />")
271