hpratapsingh commited on
Commit
7da819c
·
verified ·
1 Parent(s): f54f27c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -77,8 +77,6 @@ outputs = gr.Textbox(label="Prediction")
77
  interface = gr.Interface(fn=predict_category, inputs=inputs, outputs=outputs, title="Resume Classifier",
78
  description="Upload your resume to predict its job category using an AI model.")
79
 
80
- interface.launch(server_port=7861)
81
-
82
  # Launch the interface
83
  if __name__ == "__main__":
84
  interface.launch()
 
77
  interface = gr.Interface(fn=predict_category, inputs=inputs, outputs=outputs, title="Resume Classifier",
78
  description="Upload your resume to predict its job category using an AI model.")
79
 
 
 
80
  # Launch the interface
81
  if __name__ == "__main__":
82
  interface.launch()