stochasticribosome
commited on
Commit
•
ea795dd
1
Parent(s):
0f32967
Launch server on port 7860
Browse files
main.py
CHANGED
@@ -148,7 +148,7 @@ def run():
|
|
148 |
single_btn.click(fn=predict, inputs=[inp, pdb_file], outputs=[html, dataframe])
|
149 |
|
150 |
|
151 |
-
demo.launch(
|
152 |
|
153 |
|
154 |
if __name__ == "__main__":
|
|
|
148 |
single_btn.click(fn=predict, inputs=[inp, pdb_file], outputs=[html, dataframe])
|
149 |
|
150 |
|
151 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|
152 |
|
153 |
|
154 |
if __name__ == "__main__":
|