Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,4 +86,5 @@ with gr.Blocks() as app:
|
|
86 |
fn=predict_employability,
|
87 |
inputs=[name, ga, mos, pc, ma, sc, api, cs, model_choice],
|
88 |
outputs=[result_output]
|
89 |
-
)
|
|
|
|
86 |
fn=predict_employability,
|
87 |
inputs=[name, ga, mos, pc, ma, sc, api, cs, model_choice],
|
88 |
outputs=[result_output]
|
89 |
+
)
|
90 |
+
app.launch(server_port=7860, debug=True, share=True)
|