Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ sdk_version: 5.9.1
|
|
| 8 |
app_file: app.py
|
| 9 |
license: apache-2.0
|
| 10 |
disable_embedding: true
|
| 11 |
-
pinned:
|
| 12 |
---
|
| 13 |
# Simple Virtual Try-On App using FASHN AI & Gradio
|
| 14 |
|
|
@@ -37,21 +37,6 @@ cd tryon-gradio-app
|
|
| 37 |
pip install -r requirements.txt
|
| 38 |
```
|
| 39 |
|
| 40 |
-
### Usage
|
| 41 |
-
|
| 42 |
-
1. Set the environment variable `FASHN_API_KEY` to the API key you created on the FASHN platform.
|
| 43 |
-
```bash
|
| 44 |
-
export FASHN_API_KEY="your-api-key"
|
| 45 |
-
```
|
| 46 |
-
2. Run the app:
|
| 47 |
-
```bash
|
| 48 |
-
python app.py
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
3. Open your browser and go to `http://localhost:7860/` to see the app in action.
|
| 52 |
-
|
| 53 |
-
If you wish to deploy the app or share it with others, you can use the `share` function in Gradio to generate a public link.
|
| 54 |
-
More on this can be found in the [Gradio documentation](https://gradio.app/docs).
|
| 55 |
|
| 56 |
### Helpful Guides and Documentation
|
| 57 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
license: apache-2.0
|
| 10 |
disable_embedding: true
|
| 11 |
+
pinned: true
|
| 12 |
---
|
| 13 |
# Simple Virtual Try-On App using FASHN AI & Gradio
|
| 14 |
|
|
|
|
| 37 |
pip install -r requirements.txt
|
| 38 |
```
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
### Helpful Guides and Documentation
|
| 42 |
|