Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -337,13 +337,13 @@ example_sample = [
|
|
| 337 |
"美国的通货是什么?",
|
| 338 |
]
|
| 339 |
|
| 340 |
-
markdown_exp_size = "
|
| 341 |
lora_repo = "svjack/chatglm3-few-shot"
|
| 342 |
lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=3"
|
| 343 |
emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
|
| 344 |
space_cnt = 1
|
| 345 |
task_name = "[---Chinese Question Entity Property decomposition---]"
|
| 346 |
-
description = f"{markdown_exp_size} {
|
| 347 |
|
| 348 |
|
| 349 |
demo = gr.Interface(
|
|
|
|
| 337 |
"美国的通货是什么?",
|
| 338 |
]
|
| 339 |
|
| 340 |
+
markdown_exp_size = "###"
|
| 341 |
lora_repo = "svjack/chatglm3-few-shot"
|
| 342 |
lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=3"
|
| 343 |
emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
|
| 344 |
space_cnt = 1
|
| 345 |
task_name = "[---Chinese Question Entity Property decomposition---]"
|
| 346 |
+
description = f"{markdown_exp_size} {task_name} few shot prompt in ChatGLM3 Few Shot space repo (click submit to activate) : [{lora_repo_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}"
|
| 347 |
|
| 348 |
|
| 349 |
demo = gr.Interface(
|