SpiceyToad commited on
Commit
72317c5
·
verified ·
1 Parent(s): 72f46bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gradio import Interface
4
 
5
 
6
  # Load the model and tokenizer
7
- model_name = "tiiuae/falcon-3b"
8
  device = "cuda" if torch.cuda.is_available() else "CPU"
9
 
10
  model = AutoModelForCausalLM.from_pretrained(
 
4
 
5
 
6
  # Load the model and tokenizer
7
+ model_name = "tiiuae/falcon-7b-instruct"
8
  device = "cuda" if torch.cuda.is_available() else "CPU"
9
 
10
  model = AutoModelForCausalLM.from_pretrained(