Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ with block:
|
|
86 |
|
87 |
gr.Examples(
|
88 |
[
|
|
|
89 |
["models/anime-ggml-model-q4_0.bin", "A lovely cat drinking a cup of tea", 1, 512, 8, 10],
|
90 |
["models/deliberate-ggml-model-q4_0.bin", "Anthropomorphic cat dressed as a fire fighter", 1, 512, 8, 20],
|
91 |
],
|
|
|
86 |
|
87 |
gr.Examples(
|
88 |
[
|
89 |
+
["models/deliberate-ggml-model-q4_0.bin", "A glass of cola, 8k", 1, 256, 8, 0],
|
90 |
["models/anime-ggml-model-q4_0.bin", "A lovely cat drinking a cup of tea", 1, 512, 8, 10],
|
91 |
["models/deliberate-ggml-model-q4_0.bin", "Anthropomorphic cat dressed as a fire fighter", 1, 512, 8, 20],
|
92 |
],
|