Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
f0b5f6a
1
Parent(s):
cd5388c
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Duplicate this Space to skip the wait!
|
|
53 |
go.click(generate_text, inputs=[text, temp, maxlen], outputs=[text], concurrency_limit=2)
|
54 |
examples = gr.Examples(
|
55 |
[
|
56 |
-
['Write a detailed analogy between mathematics and a lighthouse.', 0.7, 75],
|
57 |
['[INST] Generate a story involving a dog, an astronaut and a baker [/INST]', 0.7, 75],
|
58 |
['''def print_prime(n):
|
59 |
"""
|
|
|
53 |
go.click(generate_text, inputs=[text, temp, maxlen], outputs=[text], concurrency_limit=2)
|
54 |
examples = gr.Examples(
|
55 |
[
|
56 |
+
['[INST] Write a detailed analogy between mathematics and a lighthouse. [/INST]', 0.7, 75],
|
57 |
['[INST] Generate a story involving a dog, an astronaut and a baker [/INST]', 0.7, 75],
|
58 |
['''def print_prime(n):
|
59 |
"""
|