Spaces:
Paused
Paused
Fix model
Browse files
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 |
|