hyerimpark commited on
Commit
af80f9a
·
1 Parent(s): 09dfd6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- pip install git+https://github.com/huggingface/transformers.git@main accelerate
 
2
 
3
  import gradio as gr
4
 
 
1
+ import os
2
+ os.system('pip install git+https://github.com/huggingface/transformers.git@main accelerate')
3
 
4
  import gradio as gr
5