openfree commited on
Commit
985e1a3
·
verified ·
1 Parent(s): 06a43bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_ava
339
  output_image = gr.Image(label="Generated Image")
340
  seed_output = gr.Textbox(label="Used Seed")
341
  intermediate_output = gr.Gallery(label='Output', elem_id="gallery", visible=args.dev)
342
- gr.Markdown(_CITE_)
343
 
344
  with gr.Row(), gr.Column():
345
  gr.Markdown("## Examples")
 
339
  output_image = gr.Image(label="Generated Image")
340
  seed_output = gr.Textbox(label="Used Seed")
341
  intermediate_output = gr.Gallery(label='Output', elem_id="gallery", visible=args.dev)
342
+
343
 
344
  with gr.Row(), gr.Column():
345
  gr.Markdown("## Examples")