Ujeshhh commited on
Commit
8784175
·
verified ·
1 Parent(s): ba23b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)