AsirAsir commited on
Commit
b77a3cf
·
verified ·
1 Parent(s): 83fd638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ from transformers import (
17
  )
18
  import warnings
19
  import spaces
 
20
 
21
  warnings.filterwarnings('ignore', category=UserWarning, message='TypedStorage is deprecated')
22
 
 
17
  )
18
  import warnings
19
  import spaces
20
+ import os
21
 
22
  warnings.filterwarnings('ignore', category=UserWarning, message='TypedStorage is deprecated')
23