Spaces:
Build error
Build error
Commit
·
632bc60
1
Parent(s):
8abcc10
Update app_canny.py
Browse files- app_canny.py +1 -1
app_canny.py
CHANGED
|
@@ -10,7 +10,7 @@ from settings import (
|
|
| 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:
|
|
|
|
| 10 |
MAX_SEED,
|
| 11 |
)
|
| 12 |
from utils import randomize_seed_fn
|
| 13 |
+
from app import out1
|
| 14 |
|
| 15 |
def create_demo(process):
|
| 16 |
with gr.Blocks() as demo:
|