Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ import TEED.main as teed
|
|
| 18 |
from TEED.main import parse_args
|
| 19 |
import gradio as gr
|
| 20 |
|
|
|
|
| 21 |
from depthAnything.depth_anything.dpt import DepthAnything
|
| 22 |
from depthAnything.depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
|
| 23 |
import shutil
|
|
|
|
| 18 |
from TEED.main import parse_args
|
| 19 |
import gradio as gr
|
| 20 |
|
| 21 |
+
|
| 22 |
from depthAnything.depth_anything.dpt import DepthAnything
|
| 23 |
from depthAnything.depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
|
| 24 |
import shutil
|