This commit is contained in:
SOULOFCINDER 2023-04-06 11:21:09 +08:00
parent c5bd9898f9
commit c8d3be69a4
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ with gr.Blocks() as demo:
gr.Markdown(
"""
# Text generation:distilgpt2
Gradio Demo for distilgpt2. To use it, simply type in text, or click one of the examples to load them.
DistilGPT2Distilled-GPT2是一种英语模型在GPT-2的监督下进行预训练 GPT-2 一样DistilGPT2 可用于生成文本
这是一个distilgpt2的Gradio Demo. 输入你想要的英文文本或者点击下面的示例文本来加载它.
""")
with gr.Row():
text_input = gr.Textbox()