MrAli813 commited on
Commit
98f29e9
1 Parent(s): 951feec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,7 +29,7 @@ A1 = gr.ChatInterface(predict,
29
  title="COLLEAGUE",
30
  description="An AI Productivity Assistant with Chat, Vision, and Image Generation Capabilities, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
- theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
33
  retry_btn=None,
34
  clear_btn="Clear Conversation")
35
 
@@ -38,7 +38,7 @@ A2 = gr.load(
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"))
42
 
43
  A3 = gr.load(
44
  "models/stabilityai/stable-diffusion-xl-base-1.0",
@@ -49,5 +49,5 @@ A3 = gr.load(
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51
 
52
- pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()
 
29
  title="COLLEAGUE",
30
  description="An AI Productivity Assistant with Chat, Vision, and Image Generation Capabilities, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
+ theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
33
  retry_btn=None,
34
  clear_btn="Clear Conversation")
35
 
 
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="neutral", neutral_hue="slate"))
42
 
43
  A3 = gr.load(
44
  "models/stabilityai/stable-diffusion-xl-base-1.0",
 
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51
 
52
+ pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
53
  pcp.queue().launch()