Bradarr commited on
Commit
9cdc179
·
1 Parent(s): 6aaba0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ if __name__ == "__main__":
70
  text_out = gr.Textbox(label="Output")
71
  submit.click(
72
  run,
73
- inputs=[text, tokens, temperature],
74
  outputs=[text_out, text_error],
75
  )
76
 
 
70
  text_out = gr.Textbox(label="Output")
71
  submit.click(
72
  run,
73
+ inputs=[text, tokens, temp],
74
  outputs=[text_out, text_error],
75
  )
76