merle commited on
Commit
7f08d00
1 Parent(s): c17ba5e

Update app.py

Browse files
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.36.1')
12
 
13
  os.environ["DGLBACKEND"] = "pytorch"
14