suriya7 commited on
Commit
79c25c9
·
verified ·
1 Parent(s): 2fcc267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,11 +102,11 @@ with gr.Blocks() as demo:
102
  user_text.submit(
103
  run_generation,
104
  [user_text,temperature,top_k, max_new_tokens],
105
- model_output,
106
  )
107
  button_submit.click(
108
  run_generation,
109
- [user_text, top_p, temperature, top_k, max_new_tokens],
110
  model_output,
111
  )
112
 
 
102
  user_text.submit(
103
  run_generation,
104
  [user_text,temperature,top_k, max_new_tokens],
105
+ model_output,
106
  )
107
  button_submit.click(
108
  run_generation,
109
+ [user_text, temperature, top_k, max_new_tokens],
110
  model_output,
111
  )
112