yzhuang commited on
Commit
3f54d28
·
verified ·
1 Parent(s): 592c12e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -71,9 +71,11 @@ def stream_completion(message: str,
71
 
72
  with gr.Blocks(title="🎨 Mixture of Inputs (MoI) Demo") as demo:
73
  gr.Markdown(
74
- "## 🎨 Mixture of Inputs (MoI) Demo \n"
75
- "Streaming vLLM demo with dynamic **beta** adjustment in MoI "
76
  "(higher beta → less blending)."
 
 
77
  )
78
 
79
  with gr.Row(): # sliders first
 
71
 
72
  with gr.Blocks(title="🎨 Mixture of Inputs (MoI) Demo") as demo:
73
  gr.Markdown(
74
+ "## 🎨 Mixture of Inputs (MoI) Demo with Qwen3-4B\n"
75
+ "Streaming vLLM demo with dynamic **beta** adjustment in MoI, see how it affects the model!"
76
  "(higher beta → less blending)."
77
+ "📕Paper: https://arxiv.org/abs/2505.14827"
78
+ "💻Code: https://github.com/EvanZhuang/mixinputs"
79
  )
80
 
81
  with gr.Row(): # sliders first