Spaces:
Sleeping
Sleeping
Commit ·
3dbe087
1
Parent(s): 3d668e1
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: "1.0"
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DALL·E Mini by iGo Tech
|
| 3 |
+
emoji: 🎨
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.29.0"
|
| 8 |
+
app_file: app/streamlit/app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# DALL·E Mini by iGo Tech
|
| 13 |
+
|
| 14 |
+
DALL·E Mini is an AI model developed by iGo Tech that generates images from text prompts. Using advanced machine learning techniques, it transforms textual descriptions into creative visual representations.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
- Text-to-image generation
|
| 18 |
+
- User-friendly interface
|
| 19 |
+
- Diverse image outputs
|
| 20 |
+
|
| 21 |
+
## Usage
|
| 22 |
+
Enter a text prompt, and the model will generate an image based on your description.
|
| 23 |
+
|
| 24 |
+
## Contributing
|
| 25 |
+
Contributions are welcome. Please refer to the [bug tracker](https://github.com/borisdayma/dalle-mini/issues) for issues or feature requests.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
This project is licensed under the Apache Software License.
|