Den-d3j2d commited on
Commit
a356454
·
verified ·
1 Parent(s): a38553c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -8,9 +8,6 @@ from src.config.config import ModelConfig
8
 
9
  app = FastAPI()
10
 
11
- class TextInput(BaseModel):
12
- text: str
13
-
14
  class EmbeddingOutput(BaseModel):
15
  embedding: List[float]
16
 
 
8
 
9
  app = FastAPI()
10
 
 
 
 
11
  class EmbeddingOutput(BaseModel):
12
  embedding: List[float]
13