Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
client = InferenceClient("meta-llama/Meta-Llama-3.1-
|
| 5 |
|
| 6 |
def format_prompt(message, history):
|
| 7 |
fixed_prompt= """
|
|
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
client = InferenceClient("meta-llama/Meta-Llama-3.1-8B")
|
| 5 |
|
| 6 |
def format_prompt(message, history):
|
| 7 |
fixed_prompt= """
|