Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -206,17 +206,14 @@ description = f"""
|
|
206 |
<div style="text-align: center; font-family: 'Arial', sans-serif;">
|
207 |
<p>Upload an image and choose a model architecture to see the instance segmentation result generated by the respective model. </p>
|
208 |
<p>
|
209 |
-
|
210 |
-
Performance will be significantly better on GPU.
|
211 |
</p>
|
212 |
<ul>
|
213 |
<li><strong>SD</strong>: Based on Stable Diffusion 2.
|
214 |
<a href="https://huggingface.co/{MODEL_IDS['SD']}" target="_blank">Model Link</a>.
|
215 |
-
<em>Approx. CPU inference time: ~1-2 minutes per image.</em>
|
216 |
</li>
|
217 |
<li><strong>MAE-H</strong>: Based on Masked Autoencoder (Huge).
|
218 |
<a href="https://huggingface.co/{MODEL_IDS['MAE-H']}" target="_blank">Model Link</a>.
|
219 |
-
<em>Approx. CPU inference time: ~15-45 seconds per image.</em>
|
220 |
If you experience tokenizer artifacts or very dark images, you can use gamma correction to handle this.
|
221 |
</li>
|
222 |
</ul>
|
|
|
206 |
<div style="text-align: center; font-family: 'Arial', sans-serif;">
|
207 |
<p>Upload an image and choose a model architecture to see the instance segmentation result generated by the respective model. </p>
|
208 |
<p>
|
209 |
+
BIG THANKS to Huggingface for funding our demo with their Academic GPU Grant!
|
|
|
210 |
</p>
|
211 |
<ul>
|
212 |
<li><strong>SD</strong>: Based on Stable Diffusion 2.
|
213 |
<a href="https://huggingface.co/{MODEL_IDS['SD']}" target="_blank">Model Link</a>.
|
|
|
214 |
</li>
|
215 |
<li><strong>MAE-H</strong>: Based on Masked Autoencoder (Huge).
|
216 |
<a href="https://huggingface.co/{MODEL_IDS['MAE-H']}" target="_blank">Model Link</a>.
|
|
|
217 |
If you experience tokenizer artifacts or very dark images, you can use gamma correction to handle this.
|
218 |
</li>
|
219 |
</ul>
|