richardkimsm89 commited on
Commit
68d1aeb
·
verified ·
1 Parent(s): 0d4f546

Update app.py

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