svjack commited on
Commit
d420d33
·
1 Parent(s): 5b03b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,14 +48,14 @@ with gr.Blocks(
48
  """
49
  )
50
 
51
- markdown_exp_size = "#"
52
  lora_repo = "svjack/chatglm3-few-shot"
53
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
54
  emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
55
  space_cnt = 1
56
  task_name = "[---Emojis to Image Prompt---]"
57
  gr.Markdown(
58
- 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}",
59
  visible=True,
60
  elem_id="selected_space",
61
  )
 
48
  """
49
  )
50
 
51
+ markdown_exp_size = "##"
52
  lora_repo = "svjack/chatglm3-few-shot"
53
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
54
  emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
55
  space_cnt = 1
56
  task_name = "[---Emojis to Image Prompt---]"
57
  gr.Markdown(
58
+ 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}",
59
  visible=True,
60
  elem_id="selected_space",
61
  )