Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,8 @@ def generate(prompt, temperature=0.9, max_new_tokens=256, top_p=0.95, repetition
|
|
58 |
|
59 |
examples = [
|
60 |
"def hello_world():",
|
61 |
-
"def fibonacci(n):"
|
|
|
62 |
]
|
63 |
|
64 |
|
|
|
58 |
|
59 |
examples = [
|
60 |
"def hello_world():",
|
61 |
+
"def fibonacci(n):",
|
62 |
+
"class TransformerDecoder(nn.Module):"
|
63 |
]
|
64 |
|
65 |
|