Spaces:
Runtime error
Runtime error
Commit
·
8abcc10
1
Parent(s):
441d4c1
Update app_canny.py
Browse files- app_canny.py +1 -0
app_canny.py
CHANGED
@@ -10,6 +10,7 @@ from settings import (
|
|
10 |
MAX_SEED,
|
11 |
)
|
12 |
from utils import randomize_seed_fn
|
|
|
13 |
|
14 |
def create_demo(process):
|
15 |
with gr.Blocks() as demo:
|
|
|
10 |
MAX_SEED,
|
11 |
)
|
12 |
from utils import randomize_seed_fn
|
13 |
+
from app import *
|
14 |
|
15 |
def create_demo(process):
|
16 |
with gr.Blocks() as demo:
|