YoBatM commited on
Commit
cf36b8d
·
verified ·
1 Parent(s): fb2826f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def test(request: Request,q:str="ls",body:bool=True):
40
  images[0].save("v.jpg",format="JPEG")
41
  with open("v.jpg","rb") as t:
42
  v=b64.b64encode(t.read()).decode('UTF-8')
43
- imgs.img=v
44
  return templates.TemplateResponse("latex.html",
45
  {
46
  "q":q,
 
40
  images[0].save("v.jpg",format="JPEG")
41
  with open("v.jpg","rb") as t:
42
  v=b64.b64encode(t.read()).decode('UTF-8')
43
+ imags.img=v
44
  return templates.TemplateResponse("latex.html",
45
  {
46
  "q":q,