Update app.py
Browse files
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()
|