richardkimsm89 commited on
Commit
e10e33e
·
verified ·
1 Parent(s): 1156050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@
4
  import gradio as gr
5
 
6
  app = gr.load(
7
- "meta-llama/Llama-3.2-1B-Instruct",
8
  src = "models",
9
  inputs = [gr.Textbox(label = "Input")],
10
  outputs = [gr.Textbox(label = "Output")],
@@ -21,7 +21,7 @@ app = gr.load(
21
  import gradio as gr
22
  from transformers import pipeline
23
 
24
- pipe = pipeline(model = "meta-llama/Llama-3.2-1B-Instruct")
25
 
26
  def fn(input):
27
  output = pipe(
 
4
  import gradio as gr
5
 
6
  app = gr.load(
7
+ "meta-llama/Llama-3.2-3B-Instruct",
8
  src = "models",
9
  inputs = [gr.Textbox(label = "Input")],
10
  outputs = [gr.Textbox(label = "Output")],
 
21
  import gradio as gr
22
  from transformers import pipeline
23
 
24
+ pipe = pipeline(model = "meta-llama/Llama-3.2-3B-Instruct")
25
 
26
  def fn(input):
27
  output = pipe(