Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ IMPORT_TO_PACKAGE = {
|
|
| 193 |
'plt': 'matplotlib',
|
| 194 |
'np': 'numpy',
|
| 195 |
'pd': 'pandas',
|
| 196 |
-
'
|
| 197 |
'transformers': 'transformers',
|
| 198 |
'librosa': 'librosa',
|
| 199 |
'nltk': 'nltk',
|
|
|
|
| 193 |
'plt': 'matplotlib',
|
| 194 |
'np': 'numpy',
|
| 195 |
'pd': 'pandas',
|
| 196 |
+
'pytorch': 'torch',
|
| 197 |
'transformers': 'transformers',
|
| 198 |
'librosa': 'librosa',
|
| 199 |
'nltk': 'nltk',
|