DarwinAnim8or commited on
Commit
e4d84d7
·
1 Parent(s): d2c9db1

Remove additional samples because it times out the space

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -22,10 +22,10 @@ def generate(text, length=100, penalty=1, temperature=0.8):
22
  examples = [
23
  ["We don't go to the forest anymore."],
24
  ["There used to be a smile on my face. "],
25
- ["Now I know why they're called 'Mans best friend'"],
26
- ["The terror in the night"],
27
- ["I still see them."],
28
- ["The curse of the plague doctor"]
29
  ]
30
 
31
  demo = gr.Interface(
 
22
  examples = [
23
  ["We don't go to the forest anymore."],
24
  ["There used to be a smile on my face. "],
25
+ #["Now I know why they're called 'Mans best friend'"],
26
+ #["The terror in the night"],
27
+ #["I still see them."],
28
+ #["The curse of the plague doctor"]
29
  ]
30
 
31
  demo = gr.Interface(