Sarath0x8f commited on
Commit
623f81f
·
verified ·
1 Parent(s): c1170ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import markdowm as md
4
  import gradio as gr
5
  import base64
6
 
7
- client = InferenceClient("models/meta-llama/Meta-Llama-3-8B-Instruct")
8
 
9
  # Chatbot response function with integrated system message
10
  def respond(
 
4
  import gradio as gr
5
  import base64
6
 
7
+ client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
8
 
9
  # Chatbot response function with integrated system message
10
  def respond(