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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +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
- provider="hf-inference"
9
  ) # :contentReference[oaicite:0]{index=0}
10
 
11
  def respond(
 
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(