Ivan000 commited on
Commit
777ccbc
·
verified ·
1 Parent(s): 0ae5dca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,6 +99,7 @@ if __name__ == "__main__":
99
  # - transformers
100
  # - gradio
101
  # - torch
 
102
  #
103
  # You can install these dependencies using pip:
104
- # pip install transformers gradio torch
 
99
  # - transformers
100
  # - gradio
101
  # - torch
102
+ # - accelerate
103
  #
104
  # You can install these dependencies using pip:
105
+ # pip install transformers gradio torch accelerate