Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css=css) as demo:
|
|
82 |
Demo for <a href="https://huggingface.co/wavymulder/Analog-Diffusion">Analog Diffusion</a> Stable Diffusion model.<br>
|
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
|
86 |
<a style="display:inline-block" href="https://huggingface.co/spaces/akhaliq/Analog-Diffusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
87 |
</div>
|
88 |
"""
|
|
|
82 |
Demo for <a href="https://huggingface.co/wavymulder/Analog-Diffusion">Analog Diffusion</a> Stable Diffusion model.<br>
|
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/Analog-Diffusion/settings'>Settings</a></b>"} after duplicating the space<br><br>
|
86 |
<a style="display:inline-block" href="https://huggingface.co/spaces/akhaliq/Analog-Diffusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
87 |
</div>
|
88 |
"""
|