prithivMLmods commited on
Commit
4512d6a
·
verified ·
1 Parent(s): 5ea6cee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -253,11 +253,8 @@ phi4_model = AutoModelForCausalLM.from_pretrained(
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>
260
- """
261
 
262
  css = '''
263
  h1 {
@@ -726,8 +723,7 @@ demo = gr.ChatInterface(
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(
 
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(