Spaces:
Runtime error
Runtime error
Commit
β’
9a92158
1
Parent(s):
aa67e03
Remove "Running on a..." tag (#5)
Browse files- Remove "Running on a..." tag (e20a98f79e9524eb616708b435e2abd3b9e41284)
Co-authored-by: Multimodal AI art <multimodalart@users.noreply.huggingface.co>
app.py
CHANGED
@@ -202,7 +202,6 @@ with gr.Blocks(css=css) as demo:
|
|
202 |
Demo for Anything V3 + in colab notebook you can load any other Diffusers 𧨠SD model hosted on HuggingFace π€.
|
203 |
</p>
|
204 |
<p>You can skip the queue and load custom models in the colab: <a href="https://colab.research.google.com/drive/1AC4c4e0fJDFjgTqY_M-F4tUe3kVUDeuk"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a></p>
|
205 |
-
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
206 |
</p>
|
207 |
</div>
|
208 |
"""
|
|
|
202 |
Demo for Anything V3 + in colab notebook you can load any other Diffusers 𧨠SD model hosted on HuggingFace π€.
|
203 |
</p>
|
204 |
<p>You can skip the queue and load custom models in the colab: <a href="https://colab.research.google.com/drive/1AC4c4e0fJDFjgTqY_M-F4tUe3kVUDeuk"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a></p>
|
|
|
205 |
</p>
|
206 |
</div>
|
207 |
"""
|