sree4411 commited on
Commit
7bb7a97
ยท
verified ยท
1 Parent(s): a6a6d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- # ๐Ÿง  Debug: Show current directory contents to verify files
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: