alpdk1394 commited on
Commit
79b5928
1 Parent(s): 2d2881c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -73,7 +73,9 @@
73
  from huggingface_hub import InferenceClient
74
  import gradio as gr
75
 
76
- client = InferenceClient("Aragoner/OrpoLlama-3-8B")
 
 
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,