garima-mahato commited on
Commit
5a88949
·
verified ·
1 Parent(s): ee6cd87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- ["Hello there! Today, we are going to talk about", 100],
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
  )