Spaces:
Sleeping
Sleeping
Update submodules
Browse files
external/RobotHub-TransportServer
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 8344179b9a7a6a397e152e005f201c52efb05476
|
src/inference_server/simple_integrated.py
CHANGED
@@ -264,7 +264,7 @@ def launch_simple_integrated_app(
|
|
264 |
|
265 |
# Add custom root endpoint that redirects to /gradio/ (with trailing slash)
|
266 |
@app.get("/")
|
267 |
-
|
268 |
return RedirectResponse(url="/gradio/", status_code=302)
|
269 |
|
270 |
# Launch with uvicorn
|
|
|
264 |
|
265 |
# Add custom root endpoint that redirects to /gradio/ (with trailing slash)
|
266 |
@app.get("/")
|
267 |
+
def root_redirect():
|
268 |
return RedirectResponse(url="/gradio/", status_code=302)
|
269 |
|
270 |
# Launch with uvicorn
|