prithivMLmods commited on
Commit
5ea6cee
·
verified ·
1 Parent(s): 4c4e737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -253,7 +253,7 @@ phi4_model = AutoModelForCausalLM.from_pretrained(
253
  _attn_implementation="eager",
254
  )
255
 
256
- DESCRIPTION = """<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,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(