akhaliq HF staff commited on
Commit
bb1eb3d
1 Parent(s): 1ee4b81

add duplicate space message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
83
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
84
  </p>
85
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/wavyfusion/settings'>Settings</a></b>"}<br><br>
86
- <a style="display:inline-block" href="https://huggingface.co/spaces/akhaliq/wavyfusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
87
  </div>
88
  """
89
  )
 
83
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
84
  </p>
85
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/wavyfusion/settings'>Settings</a></b>"}<br><br>
86
+ <p>This demo is slow on cpu, to use it upgrade to gpu by going to settings after duplicating this space:<a style="display:inline-block" href="https://huggingface.co/spaces/akhaliq/wavyfusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a></p>
87
  </div>
88
  """
89
  )