Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
fd09543
1
Parent(s):
399784d
Update app.py
Browse files
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 |
-
['
|
61 |
-
['
|
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
|