Rohit8y commited on
Commit
29f58bf
1 Parent(s): 72fd94b

fixed bug installation

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +2 -0
app.py CHANGED
@@ -1,7 +1,5 @@
1
  import os
2
-
3
  os.system('pip install git+https://github.com/openai/CLIP.git')
4
- os.system('pip install git+https://github.com/huggingface/accelerate')
5
 
6
  import gradio as gr
7
 
 
1
  import os
 
2
  os.system('pip install git+https://github.com/openai/CLIP.git')
 
3
 
4
  import gradio as gr
5
 
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  gradio==4.19.1
2
  Pillow==10.2.0
3
  torch==1.13.0
 
1
+ accelerate==0.27.2
2
+ bitsandbytes==0.42.0
3
  gradio==4.19.1
4
  Pillow==10.2.0
5
  torch==1.13.0