Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|