kevin1kevin1k commited on
Commit
902fe56
·
verified ·
1 Parent(s): 507c322

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 <repo-url>
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.