alfredplpl commited on
Commit
eeeffd3
•
1 Parent(s): 555d1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
app.py CHANGED
@@ -165,7 +165,13 @@ with gr.Blocks(css=css) as demo:
165
  <div class="main-div">
166
  <div>
167
  <h1>Emi Demo</h1>
168
- </div>
 
 
 
 
 
 
169
  <p>
170
  Demo for <a href="https://huggingface.co/aipicasso/emi">Emi</a><br>
171
  </p>
@@ -188,13 +194,6 @@ with gr.Blocks(css=css) as demo:
188
  <p>
189
  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/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"} <br>
190
  <a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/emi-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> to say goodbye from waiting for the generating.
191
- <h2>
192
- Other Demos:
193
- <a href="https://e5b26b1151bf4a7fe2.gradio.live"> | Emi Demo (Sub) | </a>
194
- <a href="https://e4f3a9ae48c8c4921e.gradio.live"> Emi Stable Demo | </a>
195
- <a href="https://07f0307923ad05d680.gradio.live"> Emix Demo 1 |</a>
196
- <a href="https://471d8ebdaf5d5c5aa5.gradio.live/"> Emix Demo 2 |</a>
197
- </h2>
198
  </div>
199
  """
200
  )
 
165
  <div class="main-div">
166
  <div>
167
  <h1>Emi Demo</h1>
168
+ <h2>
169
+ Other Demos:
170
+ <a href="https://e5b26b1151bf4a7fe2.gradio.live"> | Emi Demo (Sub) | </a>
171
+ <a href="https://e4f3a9ae48c8c4921e.gradio.live"> Emi Stable Demo | </a>
172
+ <a href="https://07f0307923ad05d680.gradio.live"> Emix Demo 1 |</a>
173
+ <a href="https://471d8ebdaf5d5c5aa5.gradio.live/"> Emix Demo 2 |</a>
174
+ </h2>
175
  <p>
176
  Demo for <a href="https://huggingface.co/aipicasso/emi">Emi</a><br>
177
  </p>
 
194
  <p>
195
  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/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"} <br>
196
  <a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/emi-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> to say goodbye from waiting for the generating.
 
 
 
 
 
 
 
197
  </div>
198
  """
199
  )