Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,32 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
```bash
|
15 |
-
git clone https://github.com/yourusername/image-generation-app.git
|
16 |
-
cd image-generation-app
|
17 |
-
```
|
18 |
-
|
19 |
-
2. Install the required dependencies:
|
20 |
-
|
21 |
-
```bash
|
22 |
-
pip install -r requirements.txt
|
23 |
-
```
|
24 |
-
|
25 |
-
3. Set your Hugging Face API token in the `app.py` file.
|
26 |
-
|
27 |
-
## Usage
|
28 |
-
|
29 |
-
Run the application:
|
30 |
-
|
31 |
-
```bash
|
32 |
-
python app.py
|
|
|
1 |
+
---
|
2 |
+
title: Simple-FLUX-Image-Generator
|
3 |
+
emoji: 🖼
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.42.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: gpl-3.0
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|