jpwahle commited on
Commit
4fd4504
1 Parent(s): c7e933a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ChatGPT-3.5 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.
 
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.