nicoberk commited on
Commit
6be54b4
·
verified ·
1 Parent(s): 34a3478
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import base64
6
  token = os.getenv('HF_TOKEN')
7
 
8
  client = InferenceClient(
9
- model="https://k63s2xi8jcm37s2p.us-east-1.aws.endpoints.huggingface.cloud",
10
  token=token
11
  )
12
 
 
6
  token = os.getenv('HF_TOKEN')
7
 
8
  client = InferenceClient(
9
+ model="https://k63s2xi8jcm37s2p.us-east-1.aws.endpoints.huggingface.cloud/gemma-3-27b-it-ruw",
10
  token=token
11
  )
12