wop commited on
Commit
75976ee
1 Parent(s): ae090e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import json
4
 
5
  client = InferenceClient(
6
- "mistralai/Mistral-7B-Instruct-v0.1"
7
  )
8
 
9
  DATABASE_PATH = "database.json"
 
3
  import json
4
 
5
  client = InferenceClient(
6
+ "mistralai/Mistral-7B-Instruct-v0.3"
7
  )
8
 
9
  DATABASE_PATH = "database.json"