breadlicker45 commited on
Commit
ce533d1
1 Parent(s): 7f1a168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ description = "Text Generator Application by ecarbo"
17
 
18
  gr.Interface(
19
  text_generation,
20
- [gr.inputs.Textbox(lines=2, label="Enter input text"), gr.inputs.Number(default=-1, label="Enter seed number")],
21
  [gr.outputs.Textbox(type="auto", label="Text Generated")],
22
  title=title,
23
  description=description,
 
17
 
18
  gr.Interface(
19
  text_generation,
20
+ [gr.inputs.Textbox(lines=2, label="Enter input text"), gr.inputs.Number(default=0, label="Enter seed number")],
21
  [gr.outputs.Textbox(type="auto", label="Text Generated")],
22
  title=title,
23
  description=description,