LiuZichen commited on
Commit
08cd4bd
·
verified ·
1 Parent(s): 5a2bbee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, hf_token=hf_token)
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