fix: add import os
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import time
|
|
4 |
import torch
|
5 |
import soundfile as sf
|
6 |
import requests
|
|
|
7 |
|
8 |
API_URL = "https://api-inference.huggingface.co/models/omarxadel/hubert-large-arabic-egyptian"
|
9 |
token = os.environ['apikey']
|
|
|
4 |
import torch
|
5 |
import soundfile as sf
|
6 |
import requests
|
7 |
+
import os
|
8 |
|
9 |
API_URL = "https://api-inference.huggingface.co/models/omarxadel/hubert-large-arabic-egyptian"
|
10 |
token = os.environ['apikey']
|