Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
4 |
# ★ モデルを gemma-3-27b-it-abliterated に変更
|
5 |
# provider="hf-inference" でHugging Face Inference APIを明示的に指定
|
6 |
client = InferenceClient(
|
7 |
-
model="mlabonne/gemma-3-
|
8 |
) # :contentReference[oaicite:0]{index=0}
|
9 |
|
10 |
def respond(
|
|
|
4 |
# ★ モデルを gemma-3-27b-it-abliterated に変更
|
5 |
# provider="hf-inference" でHugging Face Inference APIを明示的に指定
|
6 |
client = InferenceClient(
|
7 |
+
model="mlabonne/gemma-3-12b-it-abliterated"
|
8 |
) # :contentReference[oaicite:0]{index=0}
|
9 |
|
10 |
def respond(
|