Skip to content

Commit

Permalink
point to updated model obj
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting committed Sep 11, 2024
1 parent a950fdc commit 4cafbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_intelligence/equation_to_latex/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
model = MixedInferenceModel()

class ImageData(BaseModel):
images: Dict[int, List[str]] # {page_num: [base64_images]}
images: Dict[int, List[str]]

@app.post("/predict_latex")
async def predict_latex(data: ImageData):
Expand Down

0 comments on commit 4cafbb4

Please sign in to comment.