Ahsen Khaliq
commited on
Commit
·
5978a76
1
Parent(s):
399b581
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
title = "CodeT5"
|
3 |
description = "Gradio Demo for CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
4 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.00859' target='_blank'>CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation</a> | <a href='https://github.com/salesforce/CodeT5' target='_blank'>
|
5 |
examples = [
|
6 |
["def greet(user): print(f'hello <extra_id_0>!') </s>"]
|
7 |
]
|
|
|
1 |
import gradio as gr
|
2 |
title = "CodeT5"
|
3 |
description = "Gradio Demo for CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
4 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.00859' target='_blank'>CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation</a> | <a href='https://github.com/salesforce/CodeT5' target='_blank'>Github Repo</a></p>"
|
5 |
examples = [
|
6 |
["def greet(user): print(f'hello <extra_id_0>!') </s>"]
|
7 |
]
|