Sarath0x8f commited on
Commit
fe878aa
·
verified ·
1 Parent(s): 1d1ca42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +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
 
12
  # Chatbot response function with integrated system message
 
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
 
12
  # Chatbot response function with integrated system message