PKUWilliamYang commited on
Commit
0634f12
1 Parent(s): 40c7710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -25,11 +25,8 @@ DESCRIPTION = '''
25
  <h1 style="font-weight: 900; margin-bottom: 7px;">
26
  Portrait Style Transfer with <a href="https://github.com/williamyang1991/VToonify">VToonify</a>
27
  </h1>
28
- <p>Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>.
29
- For faster inference without waiting in queue, you may duplicate the space and use the GPU setting. "}
30
- <a style="display:inline-block" href="https://huggingface.co/spaces/PKUWilliamYang/VToonify?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
31
- <p/>
32
  <p>For faster inference without waiting in queue, you may duplicate the space and use the GPU setting.
 
33
  <a style="display:inline-block" href="https://huggingface.co/spaces/PKUWilliamYang/VToonify?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
34
  <p/>
35
  <video id="video" width=50% controls="" preload="none" poster="https://repository-images.githubusercontent.com/534480768/53715b0f-a2df-4daa-969c-0e74c102d339">
25
  <h1 style="font-weight: 900; margin-bottom: 7px;">
26
  Portrait Style Transfer with <a href="https://github.com/williamyang1991/VToonify">VToonify</a>
27
  </h1>
 
 
 
 
28
  <p>For faster inference without waiting in queue, you may duplicate the space and use the GPU setting.
29
+ <br/>
30
  <a style="display:inline-block" href="https://huggingface.co/spaces/PKUWilliamYang/VToonify?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
31
  <p/>
32
  <video id="video" width=50% controls="" preload="none" poster="https://repository-images.githubusercontent.com/534480768/53715b0f-a2df-4daa-969c-0e74c102d339">