futurespyhi commited on
Commit
77da414
·
1 Parent(s): 26a0c39

revise expected time

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -386,7 +386,7 @@ def generate_music_spaces(lyrics: str, genre: str, mood: str, progress=gr.Progre
386
 
387
  print("🎵 Starting high-quality music generation...")
388
  print(f"📊 Generation settings: {run_n_segments} segments, {max_new_tokens} tokens, 30s audio")
389
- print(f"⏱️ Estimated time: 2-4 minutes for high-quality generation")
390
  print(f"Working directory: {os.getcwd()}")
391
  print(f"Command: {' '.join(cmd)}")
392
 
@@ -575,7 +575,7 @@ def build_interface():
575
  gr.Markdown("""
576
  <div class="performance-notice">
577
  🚀 <strong>High-Performance Mode:</strong> Running on Spaces GPU with optimized settings for best quality.
578
- Generation time: ~6-8 minutes for professional-grade music with vocals and instruments.
579
  </div>
580
  """)
581
 
 
386
 
387
  print("🎵 Starting high-quality music generation...")
388
  print(f"📊 Generation settings: {run_n_segments} segments, {max_new_tokens} tokens, 30s audio")
389
+ print(f"⏱️ Estimated time: 8-9 minutes for high-quality generation")
390
  print(f"Working directory: {os.getcwd()}")
391
  print(f"Command: {' '.join(cmd)}")
392
 
 
575
  gr.Markdown("""
576
  <div class="performance-notice">
577
  🚀 <strong>High-Performance Mode:</strong> Running on Spaces GPU with optimized settings for best quality.
578
+ Generation time: ~8-9 minutes for professional-grade music with vocals and instruments.
579
  </div>
580
  """)
581