jerry1979 commited on
Commit
55592da
·
verified ·
1 Parent(s): e96f46f

Update app.py

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