Spaces:
Sleeping
Sleeping
Simon Duerr
commited on
Commit
•
5163c6b
1
Parent(s):
d08143e
pin python, remove share
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -495,4 +495,4 @@ doi: https://doi.org/10.1101/2023.05.24.542194""")
|
|
495 |
resample_idxs.change(predict, inputs=[pdb_radio, path_to_file,m, resample_idxs, model, minlen, maxlen, steplen, perlen], outputs=[input_accordion, out])
|
496 |
protpardelleDemo.load(None, None, None, _js=load_js)
|
497 |
protpardelleDemo.queue()
|
498 |
-
protpardelleDemo.launch(allowed_paths=['samples']
|
|
|
495 |
resample_idxs.change(predict, inputs=[pdb_radio, path_to_file,m, resample_idxs, model, minlen, maxlen, steplen, perlen], outputs=[input_accordion, out])
|
496 |
protpardelleDemo.load(None, None, None, _js=load_js)
|
497 |
protpardelleDemo.queue()
|
498 |
+
protpardelleDemo.launch(allowed_paths=['samples'])
|
requirements.txt
CHANGED
@@ -12,4 +12,5 @@ seaborn
|
|
12 |
black
|
13 |
ipython
|
14 |
torchtyping
|
|
|
15 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
12 |
black
|
13 |
ipython
|
14 |
torchtyping
|
15 |
+
python==3.8
|
16 |
--extra-index-url https://download.pytorch.org/whl/cu113
|