blanchon commited on
Commit
f9fa7dd
·
1 Parent(s): 1120045

Update submodules

Browse files
external/RobotHub-TransportServer CHANGED
@@ -1 +1 @@
1
- Subproject commit 8052017b647442b4f40160e3254679e05600a057
 
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
- async def root():
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