thobuiq commited on
Commit
793c76e
1 Parent(s): ed678a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ examples = [
12
  ]
13
 
14
  demo = gr.load(
15
- "huggingface/gpt2-xl",
16
  inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
17
  title=title,
18
  examples=examples,
 
12
  ]
13
 
14
  demo = gr.load(
15
+ "models/mistralai/Mistral-7B-v0.1",
16
  inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
17
  title=title,
18
  examples=examples,