Spaces:
Paused
Paused
Commit
·
2fd6cb5
1
Parent(s):
8e8c0ba
debug
Browse files
app.py
CHANGED
|
@@ -13,6 +13,8 @@ from detoxify import Detoxify
|
|
| 13 |
import os
|
| 14 |
import tempfile
|
| 15 |
from pydub import AudioSegment
|
|
|
|
|
|
|
| 16 |
|
| 17 |
def match_target_amplitude(sound, target_dBFS):
|
| 18 |
change_in_dBFS = target_dBFS - sound.dBFS
|
|
|
|
| 13 |
import os
|
| 14 |
import tempfile
|
| 15 |
from pydub import AudioSegment
|
| 16 |
+
import requests
|
| 17 |
+
|
| 18 |
|
| 19 |
def match_target_amplitude(sound, target_dBFS):
|
| 20 |
change_in_dBFS = target_dBFS - sound.dBFS
|