Update app.py
Browse files
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 = "
|
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}"
|