Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ async def download_file(request: DownloadRequest):
|
|
| 150 |
|
| 151 |
# Process all downloaded files
|
| 152 |
downloaded_files = []
|
| 153 |
-
space_url = os.getenv("SPACE_URL", "
|
| 154 |
|
| 155 |
for file_path in all_files:
|
| 156 |
try:
|
|
|
|
| 150 |
|
| 151 |
# Process all downloaded files
|
| 152 |
downloaded_files = []
|
| 153 |
+
space_url = os.getenv("SPACE_URL", "https://tecuts-testing.hf.space")
|
| 154 |
|
| 155 |
for file_path in all_files:
|
| 156 |
try:
|