Akjava commited on
Commit
ba1f7e3
·
verified ·
1 Parent(s): 2f62200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
 
5
- client = InferenceClient("google/gemma-2-27b-it")
6
 
7
 
8
  def generate_text(messages):
 
2
  from huggingface_hub import InferenceClient
3
 
4
 
5
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
6
 
7
 
8
  def generate_text(messages):