Spaces:
Runtime error
Runtime error
Commit
·
39b0156
1
Parent(s):
1d21939
Update app_canny.py
Browse files- app_canny.py +1 -1
app_canny.py
CHANGED
@@ -11,12 +11,12 @@ from settings import (
|
|
11 |
)
|
12 |
from utils import randomize_seed_fn
|
13 |
|
|
|
14 |
|
15 |
def create_demo(process):
|
16 |
with gr.Blocks() as demo:
|
17 |
with gr.Row():
|
18 |
with gr.Column():
|
19 |
-
global out1
|
20 |
image = out1 #gr.Image()
|
21 |
prompt = gr.Textbox(label="Image Prompt")
|
22 |
run_button = gr.Button("Generate")
|
|
|
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():
|
19 |
with gr.Column():
|
|
|
20 |
image = out1 #gr.Image()
|
21 |
prompt = gr.Textbox(label="Image Prompt")
|
22 |
run_button = gr.Button("Generate")
|