3morrrrr commited on
Commit
6b2fbaa
·
verified ·
1 Parent(s): 5ec13e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Cairosvg
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)