rm-dev-null commited on
Commit
2f15fa5
·
verified ·
1 Parent(s): 7a80241

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(temp_dir, 'track.wav')
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