Spaces:
Build error
Build error
Commit ·
81c6701
1
Parent(s): bb598af
go
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from pydantic import BaseModel
|
|
| 8 |
|
| 9 |
from pathlib import Path
|
| 10 |
import time
|
| 11 |
-
from typing import List
|
| 12 |
|
| 13 |
# Load the FHE server
|
| 14 |
# FHE_SERVER = FHEModelServer(DEPLOYMENT_DIR)
|
|
|
|
| 8 |
|
| 9 |
from pathlib import Path
|
| 10 |
import time
|
| 11 |
+
from typing import List
|
| 12 |
|
| 13 |
# Load the FHE server
|
| 14 |
# FHE_SERVER = FHEModelServer(DEPLOYMENT_DIR)
|
requirements.txt
CHANGED
|
@@ -9,4 +9,4 @@ streamlit
|
|
| 9 |
langchain_huggingface
|
| 10 |
langchain
|
| 11 |
huggingface_hub
|
| 12 |
-
typing_extensions>=4.
|
|
|
|
| 9 |
langchain_huggingface
|
| 10 |
langchain
|
| 11 |
huggingface_hub
|
| 12 |
+
typing_extensions>=4.8.0
|