Spaces:
Sleeping
Sleeping
Change examples to ungated repo
Browse files
app.py
CHANGED
@@ -57,12 +57,12 @@ demo = gr.Interface(
|
|
57 |
gr.Markdown(label="tokenizer"),
|
58 |
],
|
59 |
examples=[
|
60 |
-
["
|
61 |
-
["
|
62 |
-
["
|
63 |
-
["
|
64 |
-
["
|
65 |
-
["
|
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,
|