Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
-
client = InferenceClient("meta-llama/Llama-3
|
5 |
|
6 |
def models(Query):
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")#("google/gemma-1.1-2b-it")
|
5 |
|
6 |
def models(Query):
|
7 |
|