phk0 commited on
Commit
bbab6d2
·
verified ·
1 Parent(s): 3d21053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
- llm="microsoft/phi-2"
5
 
6
 
7
  client = InferenceClient(llm)
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
+ llm="meta-llama/Meta-Llama-3.1-8B-Instruct"
5
 
6
 
7
  client = InferenceClient(llm)