shljessie commited on
Commit
f562f78
·
1 Parent(s): bc4a46c
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import subprocess
7
  import sys
8
 
9
  def install_requirements():
 
10
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-r', 'requirements.txt'])
11
 
12
  # Check if CUDA is available
 
7
  import sys
8
 
9
  def install_requirements():
10
+ print('Installing Requirements')
11
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-r', 'requirements.txt'])
12
 
13
  # Check if CUDA is available