nguyenbh commited on
Commit
724e3a3
·
1 Parent(s): c26e8e3

Update link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -563,7 +563,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
563
  with gr.Row():
564
  clear_btn = gr.ClearButton([chatbot, chat_input], value="Clear conversation")
565
  clear_btn.click(lambda: [], None, conversation_state) # Also clear the conversation state
566
- gr.HTML("<div style='text-align: right; margin-top: 5px;'><small>Powered by Microsoft [Phi-4-multimodal](https://aka.ms/phi-4-multimodal/azure) model on Azure AI. © 2025</small></div>")
567
 
568
  with gr.Column(scale=1):
569
  with gr.Tab("Audio & Text"):
 
563
  with gr.Row():
564
  clear_btn = gr.ClearButton([chatbot, chat_input], value="Clear conversation")
565
  clear_btn.click(lambda: [], None, conversation_state) # Also clear the conversation state
566
+ gr.HTML("<div style='text-align: right; margin-top: 5px;'><small>Powered by Microsoft <a href=\"https://aka.ms/phi-4-multimodal/azure\">Phi-4-multimodal</a> model on Azure AI2025</small></div>")
567
 
568
  with gr.Column(scale=1):
569
  with gr.Tab("Audio & Text"):