seawolf2357 commited on
Commit
9a35c66
ยท
verified ยท
1 Parent(s): da63126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
  import requests
 
 
3
 
4
  # Mathpix ์š”์ฒญ์„ ์œ„ํ•œ ํ•จ์ˆ˜
5
  def process_image_to_latex(file_path):
 
1
  import gradio as gr
2
  import requests
3
+ import base64
4
+
5
 
6
  # Mathpix ์š”์ฒญ์„ ์œ„ํ•œ ํ•จ์ˆ˜
7
  def process_image_to_latex(file_path):