Spaces:
Runtime error
Runtime error
Matt
commited on
Commit
•
bf8ac05
1
Parent(s):
1ecbf2a
Typo
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def apply_chat_template(template, test_conversation, add_generation_prompt, clea
|
|
40 |
formatted = tokenizer.apply_chat_template(conversation, tokenize=False, add_generation_prompt=add_generation_prompt)
|
41 |
return formatted, pr_snippet
|
42 |
|
43 |
-
with gr.Blocks():
|
44 |
|
45 |
gr.Markdown(description_text)
|
46 |
|
|
|
40 |
formatted = tokenizer.apply_chat_template(conversation, tokenize=False, add_generation_prompt=add_generation_prompt)
|
41 |
return formatted, pr_snippet
|
42 |
|
43 |
+
with gr.Blocks() as demo:
|
44 |
|
45 |
gr.Markdown(description_text)
|
46 |
|