johann22 commited on
Commit
9dc0c3f
1 Parent(s): 39afd1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import prompts
4
  client = InferenceClient(
5
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
6
  )
7
- chat_state=gr.State()
8
 
9
 
10
 
 
4
  client = InferenceClient(
5
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
6
  )
7
+ chat_state=gr.JSON()
8
 
9
 
10