Spaces:
Runtime error
Runtime error
YanshekWoo
commited on
Commit
•
9bd55b7
1
Parent(s):
7a75ce5
update title
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from typing import List, Optional
|
3 |
from transformers import BertTokenizer, BartForConditionalGeneration
|
4 |
|
5 |
-
title = "HIT-TMG/dialogue-bart-large-chinese"
|
6 |
description = """
|
7 |
This is a fine-tuned version of HIT-TMG/dialogue-bart-large-chinese on the DuSinc dataset. \n
|
8 |
See some details of model card at https://huggingface.co/HIT-TMG/dialogue-bart-large-chinese-DuSinc . \n\n
|
|
|
2 |
from typing import List, Optional
|
3 |
from transformers import BertTokenizer, BartForConditionalGeneration
|
4 |
|
5 |
+
title = "HIT-TMG/dialogue-bart-large-chinese-DuSinc"
|
6 |
description = """
|
7 |
This is a fine-tuned version of HIT-TMG/dialogue-bart-large-chinese on the DuSinc dataset. \n
|
8 |
See some details of model card at https://huggingface.co/HIT-TMG/dialogue-bart-large-chinese-DuSinc . \n\n
|