Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ 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..."),
|
|
|
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..."),
|