Spaces:
Running
Running
Update app.py
Browse files
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):
|