Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def predict(message, history):
|
|
83 |
|
84 |
A1 = gr.ChatInterface(predict,
|
85 |
title="COLLEAGUE",
|
86 |
-
description="
|
87 |
textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
|
88 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
|
89 |
retry_btn=None,
|
@@ -102,7 +102,7 @@ A4 = gr.load(
|
|
102 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
103 |
outputs=[gr.Image(label="Image")],
|
104 |
title=" ",
|
105 |
-
description="Bring Your Imagination Into Existence
|
106 |
allow_flagging="never",
|
107 |
examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
|
108 |
|
|
|
83 |
|
84 |
A1 = gr.ChatInterface(predict,
|
85 |
title="COLLEAGUE",
|
86 |
+
description="The Consummate AI Productivity Companion Suite for Freelancers, Entrepreneurs, and Professionals, that Chats, Writes, Transcribes, and Creates, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
|
87 |
textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
|
88 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
|
89 |
retry_btn=None,
|
|
|
102 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
103 |
outputs=[gr.Image(label="Image")],
|
104 |
title=" ",
|
105 |
+
description="Bring Your Imagination Into Existence, Create Unique Images With COLLEAGUE",
|
106 |
allow_flagging="never",
|
107 |
examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
|
108 |
|