nguyenbh commited on
Commit
3f810e4
·
1 Parent(s): 5f2dccf

update urls

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -280,9 +280,9 @@ 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://microsoft-thoughtsorganizer.hf.space/),
284
- [Stories Come Alive](https://microsoft-storiescomealive.hf.space/),
285
- [Phine Speech Translator](https://microsoft-phinespeechtranslator.hf.space/)""")
286
 
287
  # Main content with side-by-side layout
288
  with gr.Row():
 
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
 
287
  # Main content with side-by-side layout
288
  with gr.Row():