Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,13 +70,13 @@ def demo_func(question):
|
|
70 |
"Question words": ask_spans
|
71 |
}
|
72 |
|
73 |
-
markdown_exp_size = "
|
74 |
lora_repo = "svjack/chatglm3-few-shot"
|
75 |
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 = f"{markdown_exp_size} {
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=demo_func,
|
|
|
70 |
"Question words": ask_spans
|
71 |
}
|
72 |
|
73 |
+
markdown_exp_size = "##"
|
74 |
lora_repo = "svjack/chatglm3-few-shot"
|
75 |
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 = 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}"
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=demo_func,
|