jerry1979 commited on
Commit
e96f46f
·
verified ·
1 Parent(s): 20f2c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
9
 
10
  textgen = load_tool(
11
  "text-heneration",
12
- model="meta-llama/Llama-3-8B-Instruct"
13
  )
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
9
 
10
  textgen = load_tool(
11
  "text-heneration",
12
+ model="meta-llama/Meta-Llama-3-8B-Instruct"
13
  )
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !