willco-afk commited on
Commit
0187cb9
·
verified ·
1 Parent(s): 462a0b8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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