Spaces:
Sleeping
Sleeping
OthmaneLKH
commited on
Commit
•
3314e4b
1
Parent(s):
cb92c24
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from concrete.ml.deployment import FHEModelClient
|
|
23 |
clean_directory()
|
24 |
|
25 |
anonymizer = FHEAnonymizer()
|
26 |
-
client = OpenAI(api_key=os.environ.get("openaikey"))
|
27 |
|
28 |
# Start the Uvicorn server hosting the FastAPI app
|
29 |
subprocess.Popen(["uvicorn", "server:app"], cwd=CURRENT_DIR)
|
|
|
23 |
clean_directory()
|
24 |
|
25 |
anonymizer = FHEAnonymizer()
|
26 |
+
#client = OpenAI(api_key=os.environ.get("openaikey"))
|
27 |
|
28 |
# Start the Uvicorn server hosting the FastAPI app
|
29 |
subprocess.Popen(["uvicorn", "server:app"], cwd=CURRENT_DIR)
|