Saiky2k commited on
Commit
7e48aad
·
verified ·
1 Parent(s): 75b70fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -392,15 +392,16 @@ def main():
392
  # Thiết lập requirements.txt
393
  def create_requirements():
394
  return """
395
- streamlit==1.30.0
396
- numpy==1.24.3
397
- Pillow==10.0.0
398
- opencv-python-headless==4.8.0.76
399
- torch==2.0.1
400
- torchvision==0.15.2
401
- transformers==4.35.2
402
- ultralytics==8.0.43
403
- requests==2.31.0
 
404
  """
405
 
406
  if __name__ == "__main__":
 
392
  # Thiết lập requirements.txt
393
  def create_requirements():
394
  return """
395
+ streamlit
396
+ numpy
397
+ Pillow
398
+ opencv-python
399
+ torch
400
+ torchvision
401
+ transformers
402
+ ultralytics
403
+ requests
404
+ opencv-python
405
  """
406
 
407
  if __name__ == "__main__":