merle commited on
Commit
c17ba5e
·
1 Parent(s): 2118789

Update app.py

Browse files

attempting bug fix

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.environ["DGLBACKEND"] = "pytorch"
8
  #os.system(f'pip install -r ./PROTEIN_GENERATOR/requirements.txt')
9
  print('Modules installed')
10
 
11
- os.system('pip install --force gradio==3.28.3')
12
 
13
  os.environ["DGLBACKEND"] = "pytorch"
14
 
 
8
  #os.system(f'pip install -r ./PROTEIN_GENERATOR/requirements.txt')
9
  print('Modules installed')
10
 
11
+ #os.system('pip install --force gradio==3.28.3')
12
 
13
  os.environ["DGLBACKEND"] = "pytorch"
14