Spaces:
Runtime error
Runtime error
k3ybladewielder
commited on
Commit
Β·
9016d16
1
Parent(s):
a32972c
Update app.py
Browse files
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()
|