Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
client = InferenceClient(
|
| 5 |
-
"
|
| 6 |
)
|
| 7 |
|
| 8 |
# Create a custom theme that builds on Soft and modifies it to be light
|
|
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
client = InferenceClient(
|
| 5 |
+
"meta-llama/Meta-Llama-3-8B",
|
| 6 |
)
|
| 7 |
|
| 8 |
# Create a custom theme that builds on Soft and modifies it to be light
|