Spaces:
Running
Running
Update tasks/audio.py
Browse files- tasks/audio.py +4 -1
tasks/audio.py
CHANGED
@@ -35,8 +35,11 @@ async def evaluate_audio(request: AudioEvaluationRequest):
|
|
35 |
- Used as a baseline for comparison
|
36 |
"""
|
37 |
# Get space info
|
|
|
38 |
username, space_url = get_space_info()
|
39 |
-
|
|
|
|
|
40 |
# Define the label mapping
|
41 |
LABEL_MAPPING = {
|
42 |
"chainsaw": 0,
|
|
|
35 |
- Used as a baseline for comparison
|
36 |
"""
|
37 |
# Get space info
|
38 |
+
print("start audio")
|
39 |
username, space_url = get_space_info()
|
40 |
+
print(username)
|
41 |
+
print(space_url)
|
42 |
+
|
43 |
# Define the label mapping
|
44 |
LABEL_MAPPING = {
|
45 |
"chainsaw": 0,
|