hugojarkoff commited on
Commit
30621c0
·
verified ·
1 Parent(s): 1323dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +54,7 @@ if __name__ == "__main__":
54
  info="rapGPT will continue this prompt",
55
  ),
56
  gr.Number(
57
- value=100,
58
  maximum=100,
59
  label="New tokens to generate",
60
  info="Number of new tokens to generate (limited to 100)",
@@ -67,7 +67,7 @@ if __name__ == "__main__":
67
  info="Which artist style to generate",
68
  ),
69
  gr.Number(
70
- value=42, label="Random seed", info="Change for different results"
71
  ),
72
  ],
73
  outputs=[gr.TextArea(label="Generated Lyrics")],
 
54
  info="rapGPT will continue this prompt",
55
  ),
56
  gr.Number(
57
+ value=50,
58
  maximum=100,
59
  label="New tokens to generate",
60
  info="Number of new tokens to generate (limited to 100)",
 
67
  info="Which artist style to generate",
68
  ),
69
  gr.Number(
70
+ value=1234, label="Random seed", info="Change for different results"
71
  ),
72
  ],
73
  outputs=[gr.TextArea(label="Generated Lyrics")],