Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
106 |
)
|
107 |
button_submit.click(
|
108 |
run_generation,
|
109 |
-
[user_text,
|
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 |
|