Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
6 |
#model = "meta-llama/Llama-3.2-3B-Instruct"
|
7 |
-
model = "meta-llama/Llama-3
|
8 |
client = InferenceClient(model)
|
9 |
|
10 |
def fn(
|
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
6 |
#model = "meta-llama/Llama-3.2-3B-Instruct"
|
7 |
+
model = "meta-llama/Meta-Llama-3-70B"
|
8 |
client = InferenceClient(model)
|
9 |
|
10 |
def fn(
|