EmoCube commited on
Commit
1ea6a88
·
verified ·
1 Parent(s): 6ff3b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from huggingface_hub import InferenceClient
3
  import json
4
  import os
5
 
6
- #client = InferenceClient("google/gemma-3-27b-it")
7
- client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
8
 
9
  def respond(
10
  message,
 
3
  import json
4
  import os
5
 
6
+ client = InferenceClient("google/gemma-3-27b-it")
7
+ # client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
8
 
9
  def respond(
10
  message,