Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,11 +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 =
|
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",
|
83 |
-
)
|
84 |
|
85 |
demo = gr.Interface(
|
86 |
fn=demo_func,
|
|
|
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} {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}"
|
|
|
|
|
|
|
|
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=demo_func,
|