dindizz commited on
Commit
09eb23f
1 Parent(s): 326c23b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -9
requirements.txt CHANGED
@@ -1,12 +1,3 @@
1
- # Generating the requirements.txt content based on the provided code.
2
-
3
- requirements = """
4
  gradio==3.32.0
5
  openai==0.27.8
6
- """
7
-
8
- # Saving the content to requirements.txt
9
- with open("/mnt/data/requirements.txt", "w") as f:
10
- f.write(requirements)
11
 
12
- "/mnt/data/requirements.txt created with required dependencies"
 
 
 
 
1
  gradio==3.32.0
2
  openai==0.27.8
 
 
 
 
 
3