Spaces:
Runtime error
Runtime error
Matt
commited on
Commit
·
d31cf17
1
Parent(s):
c6e51bd
Typo
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks():
|
|
56 |
code_snippet_out = gr.TextArea(label="Code snippet to create PR", lines=3, show_label=True, show_copy_button=True)
|
57 |
btn.click(fn=apply_chat_template,
|
58 |
inputs=(template_in, conversation_in, generation_prompt_check, cleanup_whitespace_check),
|
59 |
-
outputs=(formatted_out, code_snippet_out
|
60 |
)
|
61 |
|
62 |
demo.launch()
|
|
|
56 |
code_snippet_out = gr.TextArea(label="Code snippet to create PR", lines=3, show_label=True, show_copy_button=True)
|
57 |
btn.click(fn=apply_chat_template,
|
58 |
inputs=(template_in, conversation_in, generation_prompt_check, cleanup_whitespace_check),
|
59 |
+
outputs=(formatted_out, code_snippet_out)
|
60 |
)
|
61 |
|
62 |
demo.launch()
|