Spaces:
Running
Running
Commit
·
e7d2b1f
1
Parent(s):
2c223b3
debug
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -1087,7 +1087,7 @@ iface = gr.Interface(
|
|
1087 |
),
|
1088 |
gr.File(
|
1089 |
label="3D Structure Files",
|
1090 |
-
|
1091 |
)
|
1092 |
],
|
1093 |
title="Peptide Structure Analyzer and Visualizer",
|
|
|
1087 |
),
|
1088 |
gr.File(
|
1089 |
label="3D Structure Files",
|
1090 |
+
multiple=True
|
1091 |
)
|
1092 |
],
|
1093 |
title="Peptide Structure Analyzer and Visualizer",
|
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ pandas==2.2.0
|
|
3 |
rdkit==2023.9.1
|
4 |
Pillow==10.0.0
|
5 |
matplotlib==3.7.1
|
6 |
-
numpy>=1.24.3
|
|
|
|
3 |
rdkit==2023.9.1
|
4 |
Pillow==10.0.0
|
5 |
matplotlib==3.7.1
|
6 |
+
numpy>=1.24.3
|
7 |
+
gradio-client
|