Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -483,8 +483,8 @@ class IntelligentAgent:
|
|
483 |
|
484 |
try:
|
485 |
api_url = DEFAULT_API_URL
|
486 |
-
files_url = f"{api_url}/
|
487 |
-
# Construct the file path (assuming file is in
|
488 |
file_path = os.path.join(files_url, file_name)
|
489 |
|
490 |
# Check if file exists
|
|
|
483 |
|
484 |
try:
|
485 |
api_url = DEFAULT_API_URL
|
486 |
+
files_url = f"{api_url}/"
|
487 |
+
# Construct the file path (assuming file is in the same directory)
|
488 |
file_path = os.path.join(files_url, file_name)
|
489 |
|
490 |
# Check if file exists
|