jannisborn commited on
Commit
4d0e0db
1 Parent(s): 7662aa4
Files changed (3) hide show
  1. README.md +1 -1
  2. pre-requirements.txt +2 -0
  3. requirements.txt +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Text+chem T5
3
  emoji: 💡
4
  colorFrom: green
5
  colorTo: blue
 
1
  ---
2
+ title: Text+Chem T5
3
  emoji: 💡
4
  colorFrom: green
5
  colorTo: blue
pre-requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pip==20.2.4
2
+ #pip==22.3.1
requirements.txt CHANGED
@@ -14,7 +14,8 @@ diffusers==0.6.0
14
  molgx>=0.22.0a1
15
  molecule_generation
16
  PyTDC==0.3.7
17
- gradio>=3.9
 
18
  markdown-it-py>=2.1.0
19
  mols2grid>=0.2.0
20
  pandas>=1.0.0
 
14
  molgx>=0.22.0a1
15
  molecule_generation
16
  PyTDC==0.3.7
17
+ gradio==3.9.1
18
+ httpcore==0.15
19
  markdown-it-py>=2.1.0
20
  mols2grid>=0.2.0
21
  pandas>=1.0.0