Tarunpadavala17 commited on
Commit
89b594c
·
verified ·
1 Parent(s): 84fd395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ import gradio as gr
5
  import base64
6
  import datetime
7
 
8
- client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
 
9
  # client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
10
 
11
 
 
5
  import base64
6
  import datetime
7
 
8
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
9
+
10
  # client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
11
 
12