Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -546,10 +546,8 @@ The notebooks in this Space implement the complete CyberForge ML pipeline:
|
|
| 546 |
|
| 547 |
if __name__ == "__main__":
|
| 548 |
demo = create_interface()
|
| 549 |
-
#
|
| 550 |
demo.launch(
|
| 551 |
server_name="0.0.0.0",
|
| 552 |
-
server_port=7860
|
| 553 |
-
show_api=False,
|
| 554 |
-
share=False
|
| 555 |
)
|
|
|
|
| 546 |
|
| 547 |
if __name__ == "__main__":
|
| 548 |
demo = create_interface()
|
| 549 |
+
# Docker deployment configuration
|
| 550 |
demo.launch(
|
| 551 |
server_name="0.0.0.0",
|
| 552 |
+
server_port=7860
|
|
|
|
|
|
|
| 553 |
)
|