nekoshadow commited on
Commit
956a0fb
·
1 Parent(s): a50d673
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def run_demo():
193
  run_btn = gr.Button('Run generation', variant='primary', interactive=True)
194
 
195
 
196
- output_block = gr.Image(type='pil', image_mode='RGB', label="Outputs of ControlNet + SyncDreamer", height=256, interactive=False)
197
 
198
  def update_guide2(text, im):
199
  if im is None:
 
193
  run_btn = gr.Button('Run generation', variant='primary', interactive=True)
194
 
195
 
196
+ output_block = gr.Image(type='pil', image_mode='RGB', label="Output of ControlNet + SyncDreamer", height=256, interactive=False)
197
 
198
  def update_guide2(text, im):
199
  if im is None: