Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Installation and Setup
|
|
19 |
|
20 |
Requirements:
|
21 |
|
22 |
-
Python
|
23 |
radio
|
24 |
Pillow
|
25 |
NumPy
|
@@ -41,6 +41,13 @@ bash
|
|
41 |
|
42 |
pip install -r requirements.txt
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
Run the App Locally:
|
45 |
|
46 |
Run the app locally using the following command:
|
|
|
19 |
|
20 |
Requirements:
|
21 |
|
22 |
+
Python
|
23 |
radio
|
24 |
Pillow
|
25 |
NumPy
|
|
|
41 |
|
42 |
pip install -r requirements.txt
|
43 |
|
44 |
+
Requirements for Gradio Space (requirements.txt):
|
45 |
+
|
46 |
+
gradio
|
47 |
+
Pillow
|
48 |
+
numpy
|
49 |
+
|
50 |
+
|
51 |
Run the App Locally:
|
52 |
|
53 |
Run the app locally using the following command:
|