Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ from PIL import Image
|
|
| 8 |
from pathlib import Path
|
| 9 |
import re
|
| 10 |
#import editdistance
|
| 11 |
-
from collections import Counter
|
| 12 |
-
from functools import lru_cache
|
| 13 |
import gradio as gr
|
| 14 |
|
| 15 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 8 |
from pathlib import Path
|
| 9 |
import re
|
| 10 |
#import editdistance
|
| 11 |
+
#from collections import Counter
|
| 12 |
+
#from functools import lru_cache
|
| 13 |
import gradio as gr
|
| 14 |
|
| 15 |
from huggingface_hub import hf_hub_download
|