shikunl commited on
Commit
5fd2345
1 Parent(s): 582115f

Update emoji

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Prismer
3
- emoji: 🏃
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
 
1
  ---
2
  title: Prismer
3
+ emoji: 🔻
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
app.py CHANGED
@@ -12,7 +12,7 @@ Please refer to our [project page](https://shikun.io/projects/prismer) or [githu
12
  """
13
 
14
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
15
- description += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
16
 
17
 
18
  with gr.Blocks() as demo:
 
12
  """
13
 
14
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
15
+ description += f'For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>'
16
 
17
 
18
  with gr.Blocks() as demo: