Spaces:
Building
on
CPU Upgrade
Building
on
CPU Upgrade
fix deployment
Browse files
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)
|