ayden-a28 commited on
Commit
7f1e7ff
·
verified ·
1 Parent(s): b0291cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -440,12 +440,3 @@ with gr.Blocks(title="Job Recommendation System - 1000+ Jobs", theme=gr.themes.S
440
  inputs=[skills_input, num_jobs, category_filter, experience_filter],
441
  outputs=output
442
  )
443
-
444
- # Launch the app
445
- if _name_ == "_main_":
446
- app.launch(
447
- server_name="0.0.0.0",
448
- server_port=7860,
449
- share=True,
450
- debug=False
451
- )
 
440
  inputs=[skills_input, num_jobs, category_filter, experience_filter],
441
  outputs=output
442
  )