tecuts commited on
Commit
5120520
·
verified ·
1 Parent(s): 0532bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "http://localhost:7860")
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: