Spaces:
Runtime error
Runtime error
Adding an 'import spaces' statement
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ Description: Translate text...
|
|
| 6 |
Author: Didier Guillevic
|
| 7 |
Date: 2024-09-07
|
| 8 |
"""
|
|
|
|
| 9 |
import logging
|
| 10 |
logger = logging.getLogger(__name__)
|
| 11 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 6 |
Author: Didier Guillevic
|
| 7 |
Date: 2024-09-07
|
| 8 |
"""
|
| 9 |
+
import spaces
|
| 10 |
import logging
|
| 11 |
logger = logging.getLogger(__name__)
|
| 12 |
logging.basicConfig(level=logging.INFO)
|