Wassupbro123 commited on
Commit
b6a0ce0
·
verified ·
1 Parent(s): 74f7fec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-27b-it-abliterated"
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(