svjack commited on
Commit
2937ba1
Β·
1 Parent(s): a4f668d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks(css = css) as demo:
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_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}",
455
  visible=True,
456
  elem_id="selected_space",
457
  )
@@ -462,7 +462,7 @@ with gr.Blocks(css = css) as demo:
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_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}",
466
  visible=True,
467
  elem_id="selected_space",
468
  )
 
451
  space_cnt = 1
452
  task_name = "[---ChengYu to Emojis---]"
453
  gr.Markdown(
454
+ value=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}",
455
  visible=True,
456
  elem_id="selected_space",
457
  )
 
462
  space_cnt = 2
463
  task_name = "[---Emojis to Image Prompt---]"
464
  gr.Markdown(
465
+ value=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}",
466
  visible=True,
467
  elem_id="selected_space",
468
  )