Spaces:
Build error
Build error
Update app.py (#1)
Browse files- Update app.py (7da819cf5d007877dbf992783c8381b438033ef8)
Co-authored-by: HEMANT SINGH RAJPUT <hpratapsingh@users.noreply.huggingface.co>
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()
|