Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ By systematically combining prompt optimization with multi-model evaluation, **W
|
|
| 47 |
|
| 48 |
1. Clone the repository:
|
| 49 |
```bash
|
| 50 |
-
git clone
|
| 51 |
cd WeavePrompt
|
| 52 |
```
|
| 53 |
2. Install dependencies:
|
|
@@ -65,7 +65,7 @@ Put the following inside `.env`:
|
|
| 65 |
|
| 66 |
Run the demo app:
|
| 67 |
```bash
|
| 68 |
-
streamlit run app.py
|
| 69 |
```
|
| 70 |
|
| 71 |
Follow the instructions in the browser to upload an image and step through the optimization process.
|
|
|
|
| 47 |
|
| 48 |
1. Clone the repository:
|
| 49 |
```bash
|
| 50 |
+
git clone https://github.com/kevin1kevin1k/WeavePrompt.git
|
| 51 |
cd WeavePrompt
|
| 52 |
```
|
| 53 |
2. Install dependencies:
|
|
|
|
| 65 |
|
| 66 |
Run the demo app:
|
| 67 |
```bash
|
| 68 |
+
streamlit run src/app.py
|
| 69 |
```
|
| 70 |
|
| 71 |
Follow the instructions in the browser to upload an image and step through the optimization process.
|