Commit
·
99095ba
1
Parent(s):
ed463e7
updated
Browse files
app.py
CHANGED
|
@@ -394,7 +394,7 @@ with gr.Blocks(title="Text Paraphraser & Expander", theme=gr.themes.Soft()) as d
|
|
| 394 |
Transform your text with AI-powered paraphrasing and expansion capabilities.
|
| 395 |
"""
|
| 396 |
)
|
| 397 |
-
|
| 398 |
with gr.Row():
|
| 399 |
with gr.Column(scale=1):
|
| 400 |
mode = gr.Radio(
|
|
@@ -411,7 +411,11 @@ with gr.Blocks(title="Text Paraphraser & Expander", theme=gr.themes.Soft()) as d
|
|
| 411 |
info="Choose the model for processing"
|
| 412 |
)
|
| 413 |
|
| 414 |
-
with gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
temperature = gr.Slider(
|
| 416 |
minimum=0.0,
|
| 417 |
maximum=2.0,
|
|
@@ -496,7 +500,7 @@ with gr.Blocks(title="Text Paraphraser & Expander", theme=gr.themes.Soft()) as d
|
|
| 496 |
|
| 497 |
# Highlighted comparison section
|
| 498 |
gr.Markdown("---")
|
| 499 |
-
gr.Markdown("##
|
| 500 |
|
| 501 |
with gr.Row():
|
| 502 |
with gr.Column(scale=1):
|
|
|
|
| 394 |
Transform your text with AI-powered paraphrasing and expansion capabilities.
|
| 395 |
"""
|
| 396 |
)
|
| 397 |
+
|
| 398 |
with gr.Row():
|
| 399 |
with gr.Column(scale=1):
|
| 400 |
mode = gr.Radio(
|
|
|
|
| 411 |
info="Choose the model for processing"
|
| 412 |
)
|
| 413 |
|
| 414 |
+
with gr.Row():
|
| 415 |
+
gr.Markdown("## ⚙️ Configuration")
|
| 416 |
+
|
| 417 |
+
|
| 418 |
+
with gr.Accordion("Advanced Parameters", open=False):
|
| 419 |
temperature = gr.Slider(
|
| 420 |
minimum=0.0,
|
| 421 |
maximum=2.0,
|
|
|
|
| 500 |
|
| 501 |
# Highlighted comparison section
|
| 502 |
gr.Markdown("---")
|
| 503 |
+
gr.Markdown("## 🧩 Visual Comparison - Original vs Paraphrased Text")
|
| 504 |
|
| 505 |
with gr.Row():
|
| 506 |
with gr.Column(scale=1):
|