Che237 commited on
Commit
215bf77
·
verified ·
1 Parent(s): 7026de2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- # HF Spaces configuration
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
  )