jannisborn commited on
Commit
cfe88c4
1 Parent(s): c7148b0
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -125,4 +125,4 @@ if __name__ == "__main__":
125
  description=description,
126
  examples=examples,
127
  )
128
- demo.launch(debug=True, show_error=True)
 
125
  description=description,
126
  examples=examples,
127
  )
128
+ demo.launch(debug=True, show_error=True, share=True)
requirements.txt CHANGED
@@ -18,6 +18,7 @@ gradio==3.12.0
18
  diffusers==0.6.0
19
  markdown-it-py>=2.1.0
20
  mols2grid==1.1.1
 
21
  pandas>=1.0.0,<2.0.0
22
  pydantic<2.0.0
23
  pymatgen>=2023.1.9
 
18
  diffusers==0.6.0
19
  markdown-it-py>=2.1.0
20
  mols2grid==1.1.1
21
+ networkx==3.0
22
  pandas>=1.0.0,<2.0.0
23
  pydantic<2.0.0
24
  pymatgen>=2023.1.9