Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,11 +70,10 @@ demo = gr.Interface(
|
|
| 70 |
),
|
| 71 |
],
|
| 72 |
outputs=gr.Textbox(label="Generated Text", lines=10),
|
| 73 |
-
title="Custom SmolLM2 Text Generator",
|
| 74 |
description="Enter a prompt and a custom SmolLM2 model will continue.",
|
| 75 |
examples=[
|
| 76 |
-
["
|
| 77 |
-
["Logical implication is a fundamental", 200],
|
| 78 |
["o find the second derivative of", 150],
|
| 79 |
],
|
| 80 |
)
|
|
|
|
| 70 |
),
|
| 71 |
],
|
| 72 |
outputs=gr.Textbox(label="Generated Text", lines=10),
|
| 73 |
+
title="Custom SmolLM2-135 Text Generator",
|
| 74 |
description="Enter a prompt and a custom SmolLM2 model will continue.",
|
| 75 |
examples=[
|
| 76 |
+
["The Nilakantha Series is a historically significant", 100],
|
|
|
|
| 77 |
["o find the second derivative of", 150],
|
| 78 |
],
|
| 79 |
)
|