Spaces:
Sleeping
Sleeping
Update emoji
Browse files
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'
|
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:
|