ginipick commited on
Commit
1c33d61
·
verified ·
1 Parent(s): e237613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ IMPORT_TO_PACKAGE = {
193
  'plt': 'matplotlib',
194
  'np': 'numpy',
195
  'pd': 'pandas',
196
- 'torch': 'pytorch',
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',