seawolf2357 commited on
Commit
0e89256
ยท
verified ยท
1 Parent(s): 58a27cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_latex_from_image_all_formats(image):
26
  }
27
 
28
  # Mathpix API ์š”์ฒญ ๋ณด๋‚ด๊ธฐ
29
- response = requests.post("https://api.mathpix.com/v3/latex", headers=headers, json=data)
30
  response.raise_for_status() # ์š”์ฒญ ์‹คํŒจ ์‹œ ์˜ˆ์™ธ ๋ฐœ์ƒ
31
 
32
  # ์‘๋‹ต์—์„œ ๊ฐ ํฌ๋งท์˜ LaTeX ์ถ”์ถœ
 
26
  }
27
 
28
  # Mathpix API ์š”์ฒญ ๋ณด๋‚ด๊ธฐ
29
+ response = requests.post("https://api.mathpix.com/v3/text", headers=headers, json=data)
30
  response.raise_for_status() # ์š”์ฒญ ์‹คํŒจ ์‹œ ์˜ˆ์™ธ ๋ฐœ์ƒ
31
 
32
  # ์‘๋‹ต์—์„œ ๊ฐ ํฌ๋งท์˜ LaTeX ์ถ”์ถœ