Spaces:
Running
Running
Update dom.py
Browse files
dom.py
CHANGED
@@ -34,12 +34,6 @@ generate_markdown = """
|
|
34 |
|
35 |
## How this works?
|
36 |
You can upload an image of a pigeon and select an avatar style. The model will generate two pigeons avatars based on the image description.
|
37 |
-
|
38 |
-
**Estimated times:**
|
39 |
-
- Realistic: 400s - 500s
|
40 |
-
- Pixel art: 200s - 250s
|
41 |
-
- Imaginative: 300s - 400s
|
42 |
-
- Cartoon: 300s - 400s
|
43 |
"""
|
44 |
|
45 |
models = """
|
@@ -47,4 +41,10 @@ models = """
|
|
47 |
|
48 |
- [Moondream2](https://huggingface.co/vikhyatk/moondream2) for image description.
|
49 |
- [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) for image generation (API).
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
"""
|
|
|
34 |
|
35 |
## How this works?
|
36 |
You can upload an image of a pigeon and select an avatar style. The model will generate two pigeons avatars based on the image description.
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"""
|
38 |
|
39 |
models = """
|
|
|
41 |
|
42 |
- [Moondream2](https://huggingface.co/vikhyatk/moondream2) for image description.
|
43 |
- [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) for image generation (API).
|
44 |
+
|
45 |
+
**Estimated times:**
|
46 |
+
- Realistic: 400s - 500s
|
47 |
+
- Pixel art: 200s - 250s
|
48 |
+
- Imaginative: 300s - 400s
|
49 |
+
- Cartoon: 300s - 400s
|
50 |
"""
|