Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if os.getenv('apikey'):
|
|
29 |
with open('/home/user/magic-pdf.json', 'w') as file:
|
30 |
json.dump(data, file, indent=4)
|
31 |
|
32 |
-
os.system('cp -r paddleocr /home/user/.paddleocr')
|
33 |
from gradio_pdf import PDF
|
34 |
|
35 |
import gradio as gr
|
|
|
29 |
with open('/home/user/magic-pdf.json', 'w') as file:
|
30 |
json.dump(data, file, indent=4)
|
31 |
|
32 |
+
# os.system('cp -r paddleocr /home/user/.paddleocr')
|
33 |
from gradio_pdf import PDF
|
34 |
|
35 |
import gradio as gr
|