foodlevoice / requirements.txt
dindizz's picture
Create requirements.txt
326c23b verified
raw
history blame
308 Bytes
# Generating the requirements.txt content based on the provided code.
requirements = """
gradio==3.32.0
openai==0.27.8
"""
# Saving the content to requirements.txt
with open("/mnt/data/requirements.txt", "w") as f:
f.write(requirements)
"/mnt/data/requirements.txt created with required dependencies"