yash commited on
Commit
6c89fea
·
1 Parent(s): a7c552b

changes in comment and ui title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ def set_pipeline(model_id_repo,scheduler):
30
 
31
  # pipe = StableDiffusionImg2ImgPipeline.from_pretrained(
32
  # model_repo,
33
- # torch_dtype=torch.float16, # to run on cpu
34
  # use_safetensors=True,
35
  # ).to("cuda")
36
 
@@ -106,7 +106,7 @@ block.title = "Inpaint Anything"
106
  with block as image_gen:
107
  with gr.Column():
108
  with gr.Row():
109
- gr.Markdown("## Image Generation")
110
  with gr.Row():
111
  with gr.Column():
112
  # with gr.Row():
 
30
 
31
  # pipe = StableDiffusionImg2ImgPipeline.from_pretrained(
32
  # model_repo,
33
+ # torch_dtype=torch.float16, # to run on GPU
34
  # use_safetensors=True,
35
  # ).to("cuda")
36
 
 
106
  with block as image_gen:
107
  with gr.Column():
108
  with gr.Row():
109
+ gr.Markdown("## Image to Image Generation")
110
  with gr.Row():
111
  with gr.Column():
112
  # with gr.Row():