Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cis-lmu/glotlid-space
kargaranamir
/
language-identification
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kargaranamir
HF Staff
commited on
Oct 27, 2023
Commit
4088f89
·
1 Parent(s):
77ab4a2
add re
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,6 +19,7 @@ from altair import X, Y, Scale
19
import base64
20
import json
21
import os
22
23
@st.cache_resource
24
def load_sp():
19
import base64
20
import json
21
import os
22
+
import re
23
24
@st.cache_resource
25
def load_sp():