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):
|