tracinginsights commited on
Commit
2e501e3
1 Parent(s): 6e40536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
 
7
 
8
  def falcon(input_text):
9
- model = "tiiuae/falcon-40b"
10
 
11
  tokenizer = AutoTokenizer.from_pretrained(model)
12
  pipeline = transformers.pipeline(
 
6
 
7
 
8
  def falcon(input_text):
9
+ model = "tiiuae/falcon-7b-instruct"
10
 
11
  tokenizer = AutoTokenizer.from_pretrained(model)
12
  pipeline = transformers.pipeline(