Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ def predict(message, history):
|
|
25 |
yield partial_message
|
26 |
|
27 |
A1 = gr.ChatInterface(predict,
|
28 |
-
font=[gr.themes.GoogleFont("Lato")],
|
29 |
title="PeachChat+Plus",
|
30 |
description="An AI Powered 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..."),
|
@@ -47,7 +46,7 @@ A3 = gr.load(
|
|
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 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()
|
|
|
25 |
yield partial_message
|
26 |
|
27 |
A1 = gr.ChatInterface(predict,
|
|
|
28 |
title="PeachChat+Plus",
|
29 |
description="An AI Powered Assistant with Chat, Vision and Image Generation Capabilities Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
|
30 |
textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
|
|
|
46 |
title="Reverie",
|
47 |
description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
|
48 |
allow_flagging="never",
|
49 |
+
examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
|
50 |
|
51 |
pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
52 |
pcp.queue().launch()
|