Spaces:
Running
on
T4
Running
on
T4
Alejandro Velez
commited on
Commit
•
f5b3ddc
1
Parent(s):
5f50f00
share=true
Browse files- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
@@ -164,4 +164,5 @@ temp6.py
|
|
164 |
temp7.py
|
165 |
|
166 |
# additional
|
167 |
-
base-key-pair.pem
|
|
|
|
164 |
temp7.py
|
165 |
|
166 |
# additional
|
167 |
+
base-key-pair.pem
|
168 |
+
n-virginia-keys.pem
|
app.py
CHANGED
@@ -607,4 +607,4 @@ with demo:
|
|
607 |
outputs=[mol, out, filenames, pdb, output_file],
|
608 |
)
|
609 |
out.change(fn=updateView, inputs=[out, filenames, pdb, ligand_file], outputs=mol)
|
610 |
-
demo.launch()
|
|
|
607 |
outputs=[mol, out, filenames, pdb, output_file],
|
608 |
)
|
609 |
out.change(fn=updateView, inputs=[out, filenames, pdb, ligand_file], outputs=mol)
|
610 |
+
demo.launch(share=True)
|