Explorar el Código

Update server.py

Daniel Gatis hace 4 años
padre
commit
0a96555440
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/rembg/cmd/server.py

+ 0 - 1
src/rembg/cmd/server.py

@@ -54,7 +54,6 @@ def main():
     )
 
     args = ap.parse_args()
-    app.add_url_rule("/", "index", index)
     serve(app, host=args.addr, port=args.port)