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