acecalisto3 commited on
Commit
9c0b2a6
·
verified ·
1 Parent(s): 5e77441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -36,21 +36,6 @@ from huggingface_hub import login
36
  from dotenv import load_dotenv
37
 
38
  # Initialize NLTK resources (you may need to download these)
39
- nltk.download('punkt')
40
- nltk.download('averaged_perceptron_tagger')
41
- nltk.download('maxent_ne_chunker')
42
- nltk.download('words')
43
-
44
-
45
- st.title("CEEMEESEEK with Model Selection")
46
-
47
-
48
- # Initialize NLTK resources (you may need to download these)
49
- nltk.download('punkt')
50
- nltk.download('averaged_perceptron_tagger')
51
- nltk.download('maxent_ne_chunker')
52
- nltk.download('words')
53
-
54
  st.title("CEEMEESEEK with Model Selection")
55
 
56
  # Dictionary to store model loading functions
 
36
  from dotenv import load_dotenv
37
 
38
  # Initialize NLTK resources (you may need to download these)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  st.title("CEEMEESEEK with Model Selection")
40
 
41
  # Dictionary to store model loading functions