RamAnanth1 commited on
Commit
3621cc6
1 Parent(s): 6443cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ description = ''' This is an unofficial demo for T2I-Adapter
36
  [Paper](https://arxiv.org/abs/2302.08453) [GitHub](https://github.com/TencentARC/T2I-Adapter)
37
  '''
38
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
39
- DESCRIPTION += f'''<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
40
  <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true">
41
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
42
  <p/>
 
36
  [Paper](https://arxiv.org/abs/2302.08453) [GitHub](https://github.com/TencentARC/T2I-Adapter)
37
  '''
38
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
39
+ description += f'''<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
40
  <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true">
41
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
42
  <p/>