Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=2"
|
|
76 |
emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
|
77 |
space_cnt = 1
|
78 |
task_name = "[---Chinese Question Words extractor---]"
|
79 |
-
description = gr.
|
80 |
value=f"{markdown_exp_size} {space_cnt}. Check {task_name} few shot prompt in this repo by visit ChatGLM3 Few Shot space repo (click submit to activate) : [{lora_repo_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}",
|
81 |
visible=True,
|
82 |
elem_id="selected_space",
|
|
|
76 |
emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
|
77 |
space_cnt = 1
|
78 |
task_name = "[---Chinese Question Words extractor---]"
|
79 |
+
description = gr.HTML(
|
80 |
value=f"{markdown_exp_size} {space_cnt}. Check {task_name} few shot prompt in this repo by visit ChatGLM3 Few Shot space repo (click submit to activate) : [{lora_repo_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}",
|
81 |
visible=True,
|
82 |
elem_id="selected_space",
|