Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
stmol==0.0.9
|
| 3 |
-
py3Dmol
|
| 4 |
-
biotite
|
| 5 |
-
ipywidgets
|
| 6 |
-
ipython_genutils
|
| 7 |
-
gradio-client
|
| 8 |
-
gradio
|
| 9 |
-
transformers
|
| 10 |
-
torch
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
stmol==0.0.9
|
| 3 |
+
py3Dmol
|
| 4 |
+
biotite
|
| 5 |
+
ipywidgets
|
| 6 |
+
ipython_genutils
|
| 7 |
+
gradio-client
|
| 8 |
+
gradio
|
| 9 |
+
transformers
|
| 10 |
+
torch
|
| 11 |
+
accelerate
|