helenai commited on
Commit
b7c6d1d
1 Parent(s): 846ab7e

Change examples to ungated repo

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -57,12 +57,12 @@ demo = gr.Interface(
57
  gr.Markdown(label="tokenizer"),
58
  ],
59
  examples=[
60
- ["mistral", 32],
61
- ["mistral", 64],
62
- ["mistral", 128],
63
- ["mistral", 512],
64
- ["mistral", 1024],
65
- ["mistral", 2048],
66
  ],
67
  cache_examples=False,
68
  allow_flagging=False,
 
57
  gr.Markdown(label="tokenizer"),
58
  ],
59
  examples=[
60
+ ["falcon", 32],
61
+ ["falcon", 64],
62
+ ["falcon", 128],
63
+ ["falcon", 512],
64
+ ["falcon", 1024],
65
+ ["falcon", 2048],
66
  ],
67
  cache_examples=False,
68
  allow_flagging=False,