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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -86,7 +86,4 @@ 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
- )
90
-
91
- # Launch the app
92
- app.launch(share=True) give me the module name and the requirements.txt
 
86
  fn=predict_employability,
87
  inputs=[name, ga, mos, pc, ma, sc, api, cs, model_choice],
88
  outputs=[result_output]
89
+ )