Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import markdowm as md
|
|
4 |
import gradio as gr
|
5 |
import base64
|
6 |
|
7 |
-
client = InferenceClient("
|
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(
|