yzhuang commited on
Commit
81f72df
·
verified ·
1 Parent(s): ce39d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -72,10 +72,10 @@ def stream_completion(message: str,
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
 
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, feel how it affects the model!\n"
76
+ "(higher beta → less blending).\n"
77
+ "📕Paper: https://arxiv.org/abs/2505.14827 \n"
78
+ "💻Code: https://github.com/EvanZhuang/mixinputs \n"
79
  )
80
 
81
  with gr.Row(): # sliders first