HimankJ commited on
Commit
5ad1501
·
verified ·
1 Parent(s): 67b3a01

Update app.py

Browse files

default set to 500

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ description = "This is GPT model trained on 'tinyshakespeare' dataset. It is an
161
  demo = gr.Interface(
162
  generateOutput,
163
  inputs = [
164
- gr.Slider(1, 10000, value = 2000, step=100, label="Number of chars that you want in your output"),
165
  ],
166
  outputs = [
167
  gr.Text(),
 
161
  demo = gr.Interface(
162
  generateOutput,
163
  inputs = [
164
+ gr.Slider(1, 10000, value = 500, step=100, label="Number of chars that you want in your output"),
165
  ],
166
  outputs = [
167
  gr.Text(),