Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ phi4_model = AutoModelForCausalLM.from_pretrained(
|
|
| 253 |
_attn_implementation="eager",
|
| 254 |
)
|
| 255 |
|
| 256 |
-
|
| 257 |
<div style="text-align:center; font-family: 'Courier New', monospace; font-style: italic; font-size: 16px;">
|
| 258 |
[@tts1,@tts2]- text2voice, @image-text2img, @3d-mesh gen, @phi4 [image, audio], @rAgent-coding, @web, @yolo, default[text gen]
|
| 259 |
</div>
|
|
@@ -726,7 +726,8 @@ demo = gr.ChatInterface(
|
|
| 726 |
],
|
| 727 |
cache_examples=False,
|
| 728 |
type="messages",
|
| 729 |
-
description=DESCRIPTION,
|
|
|
|
| 730 |
css=css,
|
| 731 |
fill_height=True,
|
| 732 |
textbox=gr.MultimodalTextbox(
|
|
|
|
| 253 |
_attn_implementation="eager",
|
| 254 |
)
|
| 255 |
|
| 256 |
+
title = """<h1 align="center">Agent Dino 🌠</h1>
|
| 257 |
<div style="text-align:center; font-family: 'Courier New', monospace; font-style: italic; font-size: 16px;">
|
| 258 |
[@tts1,@tts2]- text2voice, @image-text2img, @3d-mesh gen, @phi4 [image, audio], @rAgent-coding, @web, @yolo, default[text gen]
|
| 259 |
</div>
|
|
|
|
| 726 |
],
|
| 727 |
cache_examples=False,
|
| 728 |
type="messages",
|
| 729 |
+
#description=DESCRIPTION,
|
| 730 |
+
gr.HTML(title),
|
| 731 |
css=css,
|
| 732 |
fill_height=True,
|
| 733 |
textbox=gr.MultimodalTextbox(
|