n-schuldt commited on
Commit
c25c273
·
1 Parent(s): 67244f5

fix deployment

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
- from concrete.ml.deployment import FHEModelClient
2
  from pathlib import Path
3
  import numpy as np
4
  import gradio as gr
@@ -330,4 +329,4 @@ researcher_demo = gr.Interface(
330
 
331
  # Launch the researcher interface with a public link
332
  if __name__ == "__main__":
333
- researcher_demo.launch(share=True)
 
 
1
  from pathlib import Path
2
  import numpy as np
3
  import gradio as gr
 
329
 
330
  # Launch the researcher interface with a public link
331
  if __name__ == "__main__":
332
+ researcher_demo.launch(share=True)