kevinwang676 commited on
Commit
1d21939
·
1 Parent(s): 5ac9b32

Update app_canny.py

Browse files
Files changed (1) hide show
  1. app_canny.py +1 -0
app_canny.py CHANGED
@@ -16,6 +16,7 @@ def create_demo(process):
16
  with gr.Blocks() as demo:
17
  with gr.Row():
18
  with gr.Column():
 
19
  image = out1 #gr.Image()
20
  prompt = gr.Textbox(label="Image Prompt")
21
  run_button = gr.Button("Generate")
 
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")