Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from zoedepth.models.builder import build_model
|
|
3 |
|
4 |
import gradio as gr
|
5 |
import torch
|
|
|
6 |
|
7 |
from depth import depth_interface
|
8 |
from mesh import mesh_interface
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
import torch
|
6 |
+
torch.jit.script = lambda f: f
|
7 |
|
8 |
from depth import depth_interface
|
9 |
from mesh import mesh_interface
|