Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def upload_file():
|
|
67 |
|
68 |
if r[0].status_code == 200:
|
69 |
# Instead of Archive.org link, return masked Hugging Face Space URL
|
70 |
-
hf_url = f'https://shashwatidrnpo-inv.hf.space/files/serve/{unique_filename}'
|
71 |
return jsonify({
|
72 |
'success': True,
|
73 |
'access_url': hf_url,
|
|
|
67 |
|
68 |
if r[0].status_code == 200:
|
69 |
# Instead of Archive.org link, return masked Hugging Face Space URL
|
70 |
+
hf_url = f'https://shashwatidrnpo-inv.hf.space/files/serve/veltrixdbforsld0110/2c16gb/live/{unique_filename}'
|
71 |
return jsonify({
|
72 |
'success': True,
|
73 |
'access_url': hf_url,
|