Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,8 +53,7 @@ def chat(message, history):
|
|
| 53 |
demo = gr.ChatInterface(
|
| 54 |
fn=chat,
|
| 55 |
title="Bubble AI - DeepHermes Hermes-3",
|
| 56 |
-
description="Claude 4.5 Opus-level conversational AI for your platform"
|
| 57 |
-
theme="soft"
|
| 58 |
)
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
|
|
|
| 53 |
demo = gr.ChatInterface(
|
| 54 |
fn=chat,
|
| 55 |
title="Bubble AI - DeepHermes Hermes-3",
|
| 56 |
+
description="Claude 4.5 Opus-level conversational AI for your platform"
|
|
|
|
| 57 |
)
|
| 58 |
|
| 59 |
if __name__ == "__main__":
|