Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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
|