Ammar-alhaj-ali commited on
Commit
e41009f
1 Parent(s): 2383372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import os
2
  os.system('pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
 
 
3
 
4
  import gradio as gr
5
  import numpy as np
 
1
  import os
2
  os.system('pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
3
+ os.system('pip install -q git+https://github.com/huggingface/transformers.git')
4
+
5
 
6
  import gradio as gr
7
  import numpy as np