Spaces:
Running
Running
Merge pull request #48 from borisdayma/fix-title
Browse filesfix: updated title
Former-commit-id: f83ceb8de516bbb7e8fdf942f227658d88fa2a1c
README.md
CHANGED
@@ -1,23 +1,22 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🥑
|
4 |
colorFrom: red
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
app_file: app/
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
-
# DALL
|
12 |
|
13 |
_Generate images from a text prompt_
|
14 |
|
15 |
-
|
16 |
<img src="img/logo.png" width="200">
|
17 |
|
18 |
-
Our logo was generated with DALL
|
19 |
|
20 |
-
You can
|
21 |
|
22 |
## How does it work?
|
23 |
|
@@ -55,14 +54,13 @@ Use [patil-suraj/vqgan-jax](https://github.com/patil-suraj/vqgan-jax).
|
|
55 |
|
56 |
### Training of Seq2Seq
|
57 |
|
58 |
-
Refer to `seq2seq` folder
|
59 |
|
60 |
You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
|
61 |
|
62 |
### Inference
|
63 |
|
64 |
-
Refer to
|
65 |
-
TODO: add links
|
66 |
|
67 |
## Authors
|
68 |
|
|
|
1 |
---
|
2 |
+
title: DALL·E mini
|
3 |
emoji: 🥑
|
4 |
colorFrom: red
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app/app.py
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
+
# DALL·E Mini
|
12 |
|
13 |
_Generate images from a text prompt_
|
14 |
|
|
|
15 |
<img src="img/logo.png" width="200">
|
16 |
|
17 |
+
Our logo was generated with DALL·E mini using the prompt "logo of an armchair in the shape of an avocado".
|
18 |
|
19 |
+
You can create your own pictures with [the demo](https://huggingface.co/spaces/flax-community/dalle-mini) (temporarily in beta on Huging Face Spaces but soon to be open to all).
|
20 |
|
21 |
## How does it work?
|
22 |
|
|
|
54 |
|
55 |
### Training of Seq2Seq
|
56 |
|
57 |
+
Refer to `dev/seq2seq` folder.
|
58 |
|
59 |
You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
|
60 |
|
61 |
### Inference
|
62 |
|
63 |
+
Refer to `dev/notebooks/demo`.
|
|
|
64 |
|
65 |
## Authors
|
66 |
|