Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import time
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from handwriting_api import InputData, validate_input
|
8 |
from hand import Hand
|
9 |
-
import
|
10 |
|
11 |
# Create img directory if it doesn't exist
|
12 |
os.makedirs("img", exist_ok=True)
|
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from handwriting_api import InputData, validate_input
|
8 |
from hand import Hand
|
9 |
+
import cairosvg
|
10 |
|
11 |
# Create img directory if it doesn't exist
|
12 |
os.makedirs("img", exist_ok=True)
|