Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ except Exception as e:
|
|
| 46 |
|
| 47 |
print(f"Connecting to SAM client at: {SAM_URL}")
|
| 48 |
try:
|
| 49 |
-
sam_client = Client(SAM_URL
|
| 50 |
except Exception as e:
|
| 51 |
print(f"Failed to connect to SAM client: {e}")
|
| 52 |
sam_client = None
|
|
|
|
| 46 |
|
| 47 |
print(f"Connecting to SAM client at: {SAM_URL}")
|
| 48 |
try:
|
| 49 |
+
sam_client = Client(SAM_URL)
|
| 50 |
except Exception as e:
|
| 51 |
print(f"Failed to connect to SAM client: {e}")
|
| 52 |
sam_client = None
|