kingabzpro commited on
Commit
1bd52ac
·
1 Parent(s): 5697a48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ examples = [
9
  ]
10
 
11
  demo = gr.load(
12
- "tiiuae/falcon-7b-instruct",
13
  inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
14
  title=title,
15
  examples=examples,
 
9
  ]
10
 
11
  demo = gr.load(
12
+ "tiiuae/falcon-rw-1b",
13
  inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
14
  title=title,
15
  examples=examples,