vpcom commited on
Commit
fe14823
·
1 Parent(s): 6e0579e

fix: just a test that it didn't work obviously

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -512,7 +512,6 @@ class InferenceClientUS(InferenceClient):
512
 
513
  client = InferenceClientUS(
514
  API_URL,
515
- revision=REVISION,
516
  headers={"Authorization": f"Bearer {HF_TOKEN}"},
517
  )
518
 
 
512
 
513
  client = InferenceClientUS(
514
  API_URL,
 
515
  headers={"Authorization": f"Bearer {HF_TOKEN}"},
516
  )
517