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