UserPotato12397 commited on
Commit
4a0c8ed
·
verified ·
1 Parent(s): b2723da

google llm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import random
3
  from huggingface_hub import InferenceClient
4
 
5
- client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
6
  #Changes the LLM being used
7
 
8
  def respond(message, history):
 
2
  import random
3
  from huggingface_hub import InferenceClient
4
 
5
+ client = InferenceClient("google/gemma-3-27b-it")
6
  #Changes the LLM being used
7
 
8
  def respond(message, history):