v2.0: phd_research_os_v2/__main__.py
Browse files
phd_research_os_v2/__main__.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Launch the PhD Research OS v2.0 application."""
|
| 2 |
+
from .app import app
|
| 3 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=False, show_error=True)
|