CVRPDataset commited on
Commit
7ab4620
·
verified ·
1 Parent(s): 51907b5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import numpy as np
3
  import cv2
4
- from mmsegmentation.mmseg.apis import init_model, inference_model
5
  import torch
6
 
7
 
 
1
  import gradio as gr
2
  import numpy as np
3
  import cv2
4
+ from mmseg.apis import init_model, inference_model
5
  import torch
6
 
7