Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 1 |
+
from svglib.svglib import svg2rlg
|
| 2 |
+
from reportlab.graphics import renderPM, renderPDF
|
| 3 |
+
import requests as killpedos
|
| 4 |
+
from io import BytesIO
|
| 5 |
+
from PIL import Image
|
| 6 |
+
import base64, time, threading, random, string, json
|
| 7 |
+
from pdf2image import convert_from_bytes
|