Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|