mrfakename commited on
Commit
fd09543
1 Parent(s): 399784d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ By [mrfakename](https://twitter.com/realmrfakename).
57
  go.click(generate_text, inputs=[text, temp, maxlen], outputs=[text], concurrency_limit=2)
58
  examples = gr.Examples(
59
  [
60
- ['[INST] Write a detailed analogy between mathematics and a lighthouse. [/INST]', 0.7, 75],
61
- ['[INST] Generate a story involving a dog, an astronaut and a baker [/INST]', 0.7, 1024],
62
  ['''def print_prime(n):
63
  """
64
  Print all primes between 1 and n
 
57
  go.click(generate_text, inputs=[text, temp, maxlen], outputs=[text], concurrency_limit=2)
58
  examples = gr.Examples(
59
  [
60
+ ['Question: Write a detailed analogy between mathematics and a lighthouse.\nAnswer: ', 0.7, 75],
61
+ ['Question: Generate a story involving a dog, an astronaut and a baker\nAnswer: ', 0.7, 1024],
62
  ['''def print_prime(n):
63
  """
64
  Print all primes between 1 and n