Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,7 @@ def custom_tokenizer(text):
|
|
| 8 |
# Modify this function to match your original tokenizer logic
|
| 9 |
return text.lower().split()
|
| 10 |
|
| 11 |
-
|
| 12 |
-
st.write("๐ Files in current directory:", os.listdir())
|
| 13 |
|
| 14 |
# ๐ Load model files
|
| 15 |
try:
|
|
|
|
| 8 |
# Modify this function to match your original tokenizer logic
|
| 9 |
return text.lower().split()
|
| 10 |
|
| 11 |
+
|
|
|
|
| 12 |
|
| 13 |
# ๐ Load model files
|
| 14 |
try:
|