Fabrice-TIERCELIN commited on
Commit
0b6959b
·
verified ·
1 Parent(s): 0ef8220
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -908,7 +908,7 @@ title_html = """
908
  <br/>
909
  <br/>
910
 
911
- <p>This space is ready to work on ZeroGPU and GPU and has been tested successfully on ZeroGPU. Please leave a <a href="discussions/new">message in discussion</a> if you encounter issues.</p>
912
  """
913
 
914
  css = make_progress_bar_css()
@@ -917,9 +917,9 @@ with block:
917
  if torch.cuda.device_count() == 0:
918
  with gr.Row():
919
  gr.HTML("""
920
- <p style="background-color: red;"><big><big><big><b>⚠️To use FramePack, <a href="?duplicate=true">duplicate this space</a> and set a GPU with 30 GB VRAM.</b>
921
 
922
- You can't use FramePack directly here because this space runs on a CPU, which is not enough for FramePack. Please provide <a href="discussions/new">feedback</a> if you have issues.
923
  </big></big></big></p>
924
  """)
925
  gr.HTML(title_html)
 
908
  <br/>
909
  <br/>
910
 
911
+ <p>This space is ready to work on ZeroGPU and GPU and has been tested successfully on ZeroGPU. Please leave a <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/FramePack/discussions/new">message in discussion</a> if you encounter issues.</p>
912
  """
913
 
914
  css = make_progress_bar_css()
 
917
  if torch.cuda.device_count() == 0:
918
  with gr.Row():
919
  gr.HTML("""
920
+ <p style="background-color: red;"><big><big><big><b>⚠️To use FramePack, <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/FramePack?duplicate=true">duplicate this space</a> and set a GPU with 30 GB VRAM.</b>
921
 
922
+ You can't use FramePack directly here because this space runs on a CPU, which is not enough for FramePack. Please provide <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/FramePack/discussions/new">feedback</a> if you have issues.
923
  </big></big></big></p>
924
  """)
925
  gr.HTML(title_html)