Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ import json
|
|
| 12 |
import traceback
|
| 13 |
import spaces # Import the spaces library
|
| 14 |
import tempfile
|
|
|
|
| 15 |
import os
|
| 16 |
token_hf = os.getenv('HF_TOKEN')
|
| 17 |
load_dotenv()
|
|
|
|
| 12 |
import traceback
|
| 13 |
import spaces # Import the spaces library
|
| 14 |
import tempfile
|
| 15 |
+
from dotenv import load_dotenv
|
| 16 |
import os
|
| 17 |
token_hf = os.getenv('HF_TOKEN')
|
| 18 |
load_dotenv()
|