yinuozhang commited on
Commit
159e2ff
·
1 Parent(s): e7d2b1f
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
app.py CHANGED
@@ -1087,7 +1087,7 @@ iface = gr.Interface(
1087
  ),
1088
  gr.File(
1089
  label="3D Structure Files",
1090
- multiple=True
1091
  )
1092
  ],
1093
  title="Peptide Structure Analyzer and Visualizer",
 
1087
  ),
1088
  gr.File(
1089
  label="3D Structure Files",
1090
+ file_count="multiple"
1091
  )
1092
  ],
1093
  title="Peptide Structure Analyzer and Visualizer",
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- gradio
2
  pandas==2.2.0
3
  rdkit==2023.9.1
4
  Pillow==10.0.0
5
  matplotlib==3.7.1
6
  numpy>=1.24.3
7
- gradio-client
 
1
+ gradio==4.44.1
2
  pandas==2.2.0
3
  rdkit==2023.9.1
4
  Pillow==10.0.0
5
  matplotlib==3.7.1
6
  numpy>=1.24.3
7
+ gradio-client==1.3.0