Spaces:
Build error
Build error
Commit
·
2faa9d1
1
Parent(s):
39b0156
Update app_canny.py
Browse files- app_canny.py +0 -2
app_canny.py
CHANGED
|
@@ -11,8 +11,6 @@ from settings import (
|
|
| 11 |
)
|
| 12 |
from utils import randomize_seed_fn
|
| 13 |
|
| 14 |
-
global out1
|
| 15 |
-
|
| 16 |
def create_demo(process):
|
| 17 |
with gr.Blocks() as demo:
|
| 18 |
with gr.Row():
|
|
|
|
| 11 |
)
|
| 12 |
from utils import randomize_seed_fn
|
| 13 |
|
|
|
|
|
|
|
| 14 |
def create_demo(process):
|
| 15 |
with gr.Blocks() as demo:
|
| 16 |
with gr.Row():
|