Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
description = gr.Markdown(
|
70 |
"""
|
71 |
## Paraphrase Type Generator
|
72 |
-
This demo uses a fine-tuned
|
73 |
|
74 |
**How to use:**
|
75 |
1. Select one or many type of paraphrase from the dropdown menu.
|
|
|
69 |
description = gr.Markdown(
|
70 |
"""
|
71 |
## Paraphrase Type Generator
|
72 |
+
This demo uses a fine-tuned gpt-4o-mini model to generate paraphrases given specific paraphrase types.
|
73 |
|
74 |
**How to use:**
|
75 |
1. Select one or many type of paraphrase from the dropdown menu.
|