SineTheta commited on
Commit
5f3bfbd
·
1 Parent(s): 3fe32e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ try:
8
  from transformers import pipeline
9
  except ModuleNotFoundError:
10
  subprocess.check_call([sys.executable, "-m", "pip", "install", 'transformers'])
 
11
  subprocess.check_call([sys.executable, "-m", "pip", "install", 'tensorflow==2.2.0'])
12
 
13
  finally:
 
8
  from transformers import pipeline
9
  except ModuleNotFoundError:
10
  subprocess.check_call([sys.executable, "-m", "pip", "install", 'transformers'])
11
+ subprocess.check_call([sys.executable, "-m", "pip", "install", 'keras==2.4.3'])
12
  subprocess.check_call([sys.executable, "-m", "pip", "install", 'tensorflow==2.2.0'])
13
 
14
  finally: