svjack commited on
Commit
e73f4e9
·
1 Parent(s): 3a12da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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} {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,
 
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,