Remove banner and add a Duplicate Space badge

#4
by multimodalart HF staff - opened
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -197,11 +197,12 @@ with gr.Blocks(css=css) as demo:
197
  <div>
198
  <h1>Anything V3</h1>
199
  </div>
200
- <img src="https://i.imgur.com/FEA7N1p.png">
201
  <p>
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>
 
197
  <div>
198
  <h1>Anything V3</h1>
199
  </div>
 
200
  <p>
201
  Demo for Anything V3 + in colab notebook you can load any other Diffusers 🧨 SD model hosted on HuggingFace 🤗.
202
  </p>
203
+ <p>You can skip the queue and load custom models by duplicating the Space or trying the colab notebook:<br><a style="display:inline-block" 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>
204
+ <a style="display:inline-block" href="https://huggingface.co/spaces/akhaliq/anything-v3.0?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
205
+ </p>
206
  Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
207
  </p>
208
  </div>