AnshulS commited on
Commit
9729849
·
verified ·
1 Parent(s): c8d23f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,8 +90,9 @@ iface = gr.Interface(
90
  description="Paste a job description to get the most relevant SHL assessments."
91
  )
92
 
 
93
  # --- Mount Gradio at "/" ---
94
- app = mount_gradio_app(app, iface, path="/")
95
 
96
  # --- /health Endpoint ---
97
  @app.get("/health", response_class=JSONResponse)
 
90
  description="Paste a job description to get the most relevant SHL assessments."
91
  )
92
 
93
+ mount_gradio_app(app, iface, path="/")
94
  # --- Mount Gradio at "/" ---
95
+ #app = mount_gradio_app(app, iface, path="/")
96
 
97
  # --- /health Endpoint ---
98
  @app.get("/health", response_class=JSONResponse)