MrAli813 commited on
Commit
91de607
·
1 Parent(s): e30edef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,7 +35,7 @@ A1 = gr.ChatInterface(predict,
35
 
36
  A2 = gr.load(
37
  "huggingface/Salesforce/blip-image-captioning-large",
38
- title="20/20-AI",
39
  description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
40
  outputs=[gr.Textbox(label="I see...")],
41
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
@@ -44,8 +44,8 @@ A3 = gr.load(
44
  "huggingface/stabilityai/stable-diffusion-xl-base-1.0",
45
  inputs=[gr.Textbox(label="Enter Your Image Description")],
46
  outputs=[gr.Image(label="Image")],
47
- title="Reverie",
48
- description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51
 
 
35
 
36
  A2 = gr.load(
37
  "huggingface/Salesforce/blip-image-captioning-large",
38
+ title=" ",
39
  description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
40
  outputs=[gr.Textbox(label="I see...")],
41
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
 
44
  "huggingface/stabilityai/stable-diffusion-xl-base-1.0",
45
  inputs=[gr.Textbox(label="Enter Your Image Description")],
46
  outputs=[gr.Image(label="Image")],
47
+ title=" ",
48
+ description="Bring Your Imagination Into Existence On The Digital Canvas With COLLEAGUE, Powered With Stable Diffusion",
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51