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