Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import torch
|
|
9 |
from app_text_to_3d import create_demo as create_demo_text_to_3d
|
10 |
from model import Model
|
11 |
|
12 |
-
DESCRIPTION = '# [Shap-E](https://github.com/openai/shap-e)'
|
13 |
|
14 |
if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
|
15 |
DESCRIPTION += f'\n<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>'
|
|
|
9 |
from app_text_to_3d import create_demo as create_demo_text_to_3d
|
10 |
from model import Model
|
11 |
|
12 |
+
DESCRIPTION = '# Image Caption to [Shap-E](https://github.com/openai/shap-e)'
|
13 |
|
14 |
if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
|
15 |
DESCRIPTION += f'\n<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>'
|