Neo111x commited on
Commit
394d67f
·
verified ·
1 Parent(s): 1b06134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,11 +4,11 @@ import gradio as gr
4
 
5
  # Load model and tokenizer
6
  model = AutoModelForCausalLM.from_pretrained(
7
- "Neo111x/Falcon3-3B-Instruct-RL-CODE-FIX",
8
  trust_remote_code=True
9
  )
10
  tokenizer = AutoTokenizer.from_pretrained(
11
- "Neo111x/Falcon3-3B-Instruct-RL-CODE-FIX",
12
  trust_remote_code=True
13
  )
14
  model.eval()
 
4
 
5
  # Load model and tokenizer
6
  model = AutoModelForCausalLM.from_pretrained(
7
+ "Neo111x/Falcon3-3B-Instruct-RL-CODE-RL",
8
  trust_remote_code=True
9
  )
10
  tokenizer = AutoTokenizer.from_pretrained(
11
+ "Neo111x/Falcon3-3B-Instruct-RL-CODE-RL",
12
  trust_remote_code=True
13
  )
14
  model.eval()