sanket09 commited on
Commit
2b313f8
·
verified ·
1 Parent(s): 0d91e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from mmseg.apis import init_segmentor
12
  import gradio as gr
13
  from functools import partial
14
  import time
 
15
 
16
  # Initialize the FastAPI app
17
  app = FastAPI()
 
12
  import gradio as gr
13
  from functools import partial
14
  import time
15
+ import os
16
 
17
  # Initialize the FastAPI app
18
  app = FastAPI()