Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,9 @@
|
|
73 |
from huggingface_hub import InferenceClient
|
74 |
import gradio as gr
|
75 |
|
76 |
-
|
|
|
|
|
77 |
|
78 |
def respond(
|
79 |
message,
|
|
|
73 |
from huggingface_hub import InferenceClient
|
74 |
import gradio as gr
|
75 |
|
76 |
+
value = os.getenv("HF_TOKEN")
|
77 |
+
|
78 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-8B", value)
|
79 |
|
80 |
def respond(
|
81 |
message,
|