k3ybladewielder commited on
Commit
9016d16
β€’
1 Parent(s): a32972c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ import gradio as gr
9
 
10
  import subprocess
11
 
12
- command = 'pip install git+https://github.com/huggingface/transformers'
13
- subprocess.run(command, shell=True)
14
 
15
  # check if cuda is available
16
  torch.cuda.is_available()
 
9
 
10
  import subprocess
11
 
12
+ #command = 'pip install git+https://github.com/huggingface/transformers'
13
+ #subprocess.run(command, shell=True)
14
 
15
  # check if cuda is available
16
  torch.cuda.is_available()