akhaliq HF Staff commited on
Commit
dc2cb0c
·
1 Parent(s): a9ade5d

update provider to auto

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ DEMO_LIST = [
62
  # HF Inference Client
63
  YOUR_API_TOKEN = os.getenv('HF_TOKEN3')
64
  client = InferenceClient(
65
- provider="novita",
66
  api_key=YOUR_API_TOKEN,
67
  bill_to="huggingface"
68
  )
 
62
  # HF Inference Client
63
  YOUR_API_TOKEN = os.getenv('HF_TOKEN3')
64
  client = InferenceClient(
65
+ provider="auto",
66
  api_key=YOUR_API_TOKEN,
67
  bill_to="huggingface"
68
  )