richardkimsm89 commited on
Commit
ad24851
·
verified ·
1 Parent(s): 4c6d208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
 
3
  gr.load(
4
  "meta-llama/Llama-3.2-1B-Instruct",
 
5
  inputs = [gr.Textbox(label = "Input")],
6
  outputs = [gr.Textbox(label = "Output")],
7
  title = "Demo",
 
2
 
3
  gr.load(
4
  "meta-llama/Llama-3.2-1B-Instruct",
5
+ src = "models",
6
  inputs = [gr.Textbox(label = "Input")],
7
  outputs = [gr.Textbox(label = "Output")],
8
  title = "Demo",