Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from huggingface_hub import HfApi, upload_file
|
|
| 11 |
logging.basicConfig(filename='app.log', level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 12 |
|
| 13 |
# Download NLTK Data
|
| 14 |
-
nltk.download('
|
| 15 |
|
| 16 |
# Constants
|
| 17 |
HF_REPO = "katsukiai/DeepFocus-X3"
|
|
|
|
| 11 |
logging.basicConfig(filename='app.log', level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 12 |
|
| 13 |
# Download NLTK Data
|
| 14 |
+
nltk.download('all')
|
| 15 |
|
| 16 |
# Constants
|
| 17 |
HF_REPO = "katsukiai/DeepFocus-X3"
|