nguyenbh commited on
Commit
692b3f2
·
1 Parent(s): 3f810e4

add mm playround

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ with gr.Blocks(css=custom_css, title="Phi-4-mini Playground") as demo:
280
  with gr.Column(elem_classes="header"):
281
  gr.Markdown("# Phi-4-mini Playground")
282
  gr.Markdown("""This demo allows you to interact with the [Phi-4-Mini](https://aka.ms/phi-4-multimodal/techreport).
283
- Other demos include [Thoughts Organizer](https://huggingface.co/spaces/microsoft/ThoughtsOrganizer),
284
  [Stories Come Alive](https://huggingface.co/spaces/microsoft/StoriesComeAlive),
285
  [Phine Speech Translator](https://huggingface.co/spaces/microsoft/PhineSpeechTranslator)""")
286
 
 
280
  with gr.Column(elem_classes="header"):
281
  gr.Markdown("# Phi-4-mini Playground")
282
  gr.Markdown("""This demo allows you to interact with the [Phi-4-Mini](https://aka.ms/phi-4-multimodal/techreport).
283
+ Other demos include [Phi-4-multimodal](https://huggingface.co/spaces/microsoft/phi-4-multimodal) playground, [Thoughts Organizer](https://huggingface.co/spaces/microsoft/ThoughtsOrganizer),
284
  [Stories Come Alive](https://huggingface.co/spaces/microsoft/StoriesComeAlive),
285
  [Phine Speech Translator](https://huggingface.co/spaces/microsoft/PhineSpeechTranslator)""")
286