ericwangpq commited on
Commit
54d9857
1 Parent(s): 83f7af5
Files changed (2) hide show
  1. main.py → app.py +0 -0
  2. requirements.txt +3 -0
main.py → app.py RENAMED
File without changes
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio==4.2.0
2
+ openai==1.2.3
3
+ python-dotenv==1.0.0