Spaces:
Runtime error
Runtime error
| import os | |
| # Upgrade necessary packages using Python 3.10 | |
| !python3.10 -m pip install --upgrade huggingface-hub==0.25.2 | |
| transformers==4.31.0 | |
| torch==2.5.0 | |
| nltk==3.6.3 | |
| beautifulsoup4==4.11.1 | |
| feedparser==6.0.8 | |
| pandas==2.2.2 | |
| numpy==1.24.4 | |
| gradio==5.0.2 | |
| ipdb==0.13.9 | |
| flask==2.0.3 | |
| werkzeug==2.0.3 | |
| emoji==2.2.0 | |
| selenium==4.25.0 | |
| webdriver-manager==3.8.4 | |
| requests==2.32.3 | |
| textblob==0.17.1 | |
| pytest==7.4.2 | |
| scikit-learn==1.3.1 | |
| datasets==2.12.0 --prefer-binary --no-cache-dir |