Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -708,7 +708,7 @@ Answer with just "YES" if web search would be helpful, or "NO" if the available
|
|
708 |
print(f"Attachment name from question_data: '{attachment_name}'")
|
709 |
|
710 |
if self.debug and attachment_name:
|
711 |
-
print(f"Downloading attachment
|
712 |
|
713 |
if attachment_name:
|
714 |
download_url = f"{api_base_url}/files/{task_id}"
|
|
|
708 |
print(f"Attachment name from question_data: '{attachment_name}'")
|
709 |
|
710 |
if self.debug and attachment_name:
|
711 |
+
print(f"Downloading attachment")
|
712 |
|
713 |
if attachment_name:
|
714 |
download_url = f"{api_base_url}/files/{task_id}"
|