hivecorp commited on
Commit
12ca582
·
verified ·
1 Parent(s): 173801f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -453,8 +453,8 @@ def create_download_link(audio_path):
453
 
454
  filename = Path(audio_path).name
455
  # Update URL format to match Gradio's file serving pattern
456
- base_url = "https://hivecorp-w-t-p-01.hf.space"
457
- file_url = f"{base_url}/file={audio_path}"
458
 
459
  return f"""
460
  <a href="{file_url}"
 
453
 
454
  filename = Path(audio_path).name
455
  # Update URL format to match Gradio's file serving pattern
456
+ base_url = "hivecorp-w-t-p-01.hf.space"
457
+ file_url = f"https://{base_url}/file={audio_path}"
458
 
459
  return f"""
460
  <a href="{file_url}"