GunaKoppula commited on
Commit
f173057
1 Parent(s): ceb82a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ title = "ERAV1 Session 21: Training GPT from scratch"
35
 
36
  demo = gr.Interface(
37
  inference,
38
- inputs = [gr.Textbox(placeholder="Enter text"), gr.Textbox(placeholder="Enter number of tokens you want to generate")],
39
  outputs = [gr.Textbox(label="Generated text")],
40
  title = title
41
  )
 
35
 
36
  demo = gr.Interface(
37
  inference,
38
+ inputs = [gr.Textbox(placeholder="Enter text"), gr.Textbox(placeholder="Enter number of tokens to be generated")],
39
  outputs = [gr.Textbox(label="Generated text")],
40
  title = title
41
  )