Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### 3. `requirements.txt`
|
2 |
+
This file contains the dependencies required for the project. Based on the use of Gradio and NumPy in your project, here are the typical dependencies:
|
3 |
+
|
4 |
+
```txt
|
5 |
+
gradio==3.0.0
|
6 |
+
numpy==1.23.5
|