svjack commited on
Commit
2a1c83d
·
1 Parent(s): 5245e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  ],