re-fix
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ target_languages = [
|
|
249 |
|
250 |
# Create an enhanced Gradio interface
|
251 |
with gr.Blocks(title="Test-Time Machine Translation with Plan2Align")
|
252 |
-
gr.Markdown("
|
253 |
|
254 |
with gr.Row():
|
255 |
with gr.Column(scale=1):
|
|
|
249 |
|
250 |
# Create an enhanced Gradio interface
|
251 |
with gr.Blocks(title="Test-Time Machine Translation with Plan2Align")
|
252 |
+
gr.Markdown("Showing how the reward model evaluates different translation candidates. Plan2Align 2025. Predictive Planning Based Test-Time Preference Alignmentin Paragraph-Level Machine Translation")
|
253 |
|
254 |
with gr.Row():
|
255 |
with gr.Column(scale=1):
|