thechaiexperiment commited on
Commit
caf6178
·
1 Parent(s): e271bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ from safetensors.torch import load_file
26
  from typing import List, Dict, Optional
27
  from safetensors.numpy import load_file
28
  from safetensors.torch import safe_open
 
29
 
30
  # Initialize FastAPI app
31
  app = FastAPI()
 
26
  from typing import List, Dict, Optional
27
  from safetensors.numpy import load_file
28
  from safetensors.torch import safe_open
29
+ nltk.download('punkt_tab')
30
 
31
  # Initialize FastAPI app
32
  app = FastAPI()