seawolf2357 commited on
Commit
c8dcc39
ยท
verified ยท
1 Parent(s): 504e313

Update app.py

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