Rooni commited on
Commit
e8bdae6
·
1 Parent(s): 11a668a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(css=css, title="UI") as vui:
58
  with gr.Column(scale=2):
59
  text_output = gr.Textbox(show_label=False)
60
 
61
- text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)
62
 
63
 
64
 
 
58
  with gr.Column(scale=2):
59
  text_output = gr.Textbox(show_label=False)
60
 
61
+ text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)
62
 
63
 
64