Commit ·
bca4cb2
1
Parent(s): e13a657
Fix README.md
Browse files
README.md
CHANGED
|
@@ -89,8 +89,8 @@ This application uses:
|
|
| 89 |
|
| 90 |
```bash
|
| 91 |
# Clone the repository
|
| 92 |
-
git clone https://huggingface.co/spaces/
|
| 93 |
-
cd flux-image-
|
| 94 |
|
| 95 |
# Install dependencies
|
| 96 |
pip install -r requirements.txt
|
|
|
|
| 89 |
|
| 90 |
```bash
|
| 91 |
# Clone the repository
|
| 92 |
+
git clone https://huggingface.co/spaces/yichuan-huang/flux-microscopy-image-enhancement
|
| 93 |
+
cd flux-microscopy-image-enhancement
|
| 94 |
|
| 95 |
# Install dependencies
|
| 96 |
pip install -r requirements.txt
|