Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ async def identify_track(shazam, audio_chunk, temp_dir):
|
|
58 |
|
59 |
async def process_dj_set(track_url, progress=gr.Progress()):
|
60 |
temp_dir = tempfile.gettempdir() # Verwenden Sie tempfile für temporäre Verzeichnisse
|
61 |
-
output_path = os.path.join(
|
62 |
tracklist_path = os.path.join(temp_dir, 'tracklist.txt')
|
63 |
status_messages = []
|
64 |
|
|
|
58 |
|
59 |
async def process_dj_set(track_url, progress=gr.Progress()):
|
60 |
temp_dir = tempfile.gettempdir() # Verwenden Sie tempfile für temporäre Verzeichnisse
|
61 |
+
output_path = os.path.join('/app/tmp/', 'track.wav')
|
62 |
tracklist_path = os.path.join(temp_dir, 'tracklist.txt')
|
63 |
status_messages = []
|
64 |
|