svjack commited on
Commit
8868000
Β·
1 Parent(s): c8347aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(css = css) as demo:
449
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=0"
450
  emoji = space_info(lora_repo).__dict__["cardData"]["emoji"]
451
  space_cnt = 1
452
- task_name = "[<<ChengYu to Emojis>>]"
453
  gr.Markdown(
454
  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}](https://huggingface.co/spaces/{lora_repo_link}) {emoji}",
455
  visible=True,
@@ -460,7 +460,7 @@ with gr.Blocks(css = css) as demo:
460
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
461
  emoji = space_info(lora_repo).__dict__["cardData"]["emoji"]
462
  space_cnt = 2
463
- task_name = "[<<Emojis to Image Prompt>>]"
464
  gr.Markdown(
465
  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}](https://huggingface.co/spaces/{lora_repo_link}) {emoji}",
466
  visible=True,
 
449
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=0"
450
  emoji = space_info(lora_repo).__dict__["cardData"]["emoji"]
451
  space_cnt = 1
452
+ task_name = "[---ChengYu to Emojis---]"
453
  gr.Markdown(
454
  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}](https://huggingface.co/spaces/{lora_repo_link}) {emoji}",
455
  visible=True,
 
460
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
461
  emoji = space_info(lora_repo).__dict__["cardData"]["emoji"]
462
  space_cnt = 2
463
+ task_name = "[---Emojis to Image Prompt---]"
464
  gr.Markdown(
465
  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}](https://huggingface.co/spaces/{lora_repo_link}) {emoji}",
466
  visible=True,