zach commited on
Commit
0d3ca01
·
1 Parent(s): 7f25817

Fix typos in README

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -48,9 +48,17 @@ Expressive TTS Arena/
48
  ## Installation
49
 
50
  1. Create and activate the virtual environment:
 
 
 
 
 
51
  ```
52
- sh python -m venv gradio-env
53
- source gradio-env/bin/activate # On Windows, use: gradio-env\Scripts\activate
 
 
 
54
  ```
55
 
56
  2. Install dependencies:
@@ -75,7 +83,7 @@ Expressive TTS Arena/
75
 
76
  5. Run the application:
77
  ```sh
78
- watchfiles "python -m src.app"`
79
  ```
80
 
81
  ## User Flow
 
48
  ## Installation
49
 
50
  1. Create and activate the virtual environment:
51
+
52
+ Mac/Linux
53
+ ```sh
54
+ python -m venv gradio-env
55
+ source gradio-env/bin/activate
56
  ```
57
+
58
+ Windows
59
+ ```sh
60
+ python -m venv gradio-env
61
+ gradio-env\Scripts\activate
62
  ```
63
 
64
  2. Install dependencies:
 
83
 
84
  5. Run the application:
85
  ```sh
86
+ watchfiles "python -m src.app"
87
  ```
88
 
89
  ## User Flow