Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|