Spaces:
Build error
Build error
Update app.py
Browse files
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 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|