Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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="
|
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="
|
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="
|
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()
|