Ifeanyi commited on
Commit
154c1fd
1 Parent(s): fdb2e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -11,11 +11,11 @@ def segMindImage(prompt, negative_prompt):
11
 
12
  return image
13
 
14
- app = gr.Interface(segMindImage,
15
- inputs = [gr.Text(label="Prompt",placeholder="Write Prompt"),gr.Text(label="Negative Prompt",placeholder="Write Negative Prompt")],
16
- outputs = gr.Image(label="Image"),
17
- css =".gradio-container {background-image: linear-gradient(#7F7FD5, #91EAE4, #A3C9E2)}",
18
- theme = gr.themes.Soft(),
19
- title = "SD Image Diffusion")
20
 
21
- app.launch()
 
11
 
12
  return image
13
 
14
+ app = gr.Interface(segMindImage,
15
+ inputs = [gr.Text(label="Prompt",placeholder="Write Prompt"),gr.Text(label="Negative Prompt",placeholder="Write Negative Prompt")],
16
+ outputs = gr.Image(label="Image"),
17
+ css =".gradio-container {background-image: linear-gradient(#7F7FD5, #91EAE4, #A3C9E2)}",
18
+ theme = gr.themes.Soft(),
19
+ title = "SD Image Diffusion")
20
 
21
+ app.launch()