Skip to content

Commit 6213c0a

Browse files
committed
Fix API for dev branch
1 parent 3c9acad commit 6213c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/depthmap_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import gradio as gr
1111

12-
from modules.api.models import List, Dict
12+
from typing import Dict, List
1313
from modules.api import api
1414

1515
from src.core import core_generation_funnel

0 commit comments

Comments
 (0)