Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
+
)
|
|
|
|
|
|