SunderAli17 commited on
Commit
8d9607f
1 Parent(s): f061925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_ava
195
  output_image = gr.Image(label="Generated Image")
196
  seed_output = gr.Textbox(label="Used Seed")
197
  intermediate_output = gr.Gallery(label='Output', elem_id="gallery", visible=args.dev)
198
- gr.Markdown(_CITE_)
199
 
200
  # with gr.Row(), gr.Column():
201
  # gr.Markdown("## Examples")
 
195
  output_image = gr.Image(label="Generated Image")
196
  seed_output = gr.Textbox(label="Used Seed")
197
  intermediate_output = gr.Gallery(label='Output', elem_id="gallery", visible=args.dev)
198
+ # gr.Markdown(_CITE_)
199
 
200
  # with gr.Row(), gr.Column():
201
  # gr.Markdown("## Examples")