Afeezee commited on
Commit
d184a40
·
verified ·
1 Parent(s): 884c29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def paraphrase(text, model_choice):
65
  def gradio_interface():
66
  with gr.Blocks() as demo:
67
  gr.Markdown("<h1 style='text-align: center;'>Yipada</h1>")
68
- gr.Markdown("<p style='text-align: center;'>Yipada is a versatile paraphrasing tool designed to help you rephrase your text with precision and clarity. Leveraging advanced language models, Yipada offers two powerful options: **Llama 3.1** and **Gemma-2-9b**. Whether you need a formal rephrasing or a more creative twist, Yipada ensures that your text retains its original meaning while offering a fresh perspective.")
69
 
70
  text_input = gr.Textbox(label="Input Text", placeholder="Enter the text you want to paraphrase here...")
71
  model_choice = gr.Dropdown(choices=["Llama 3.1", "Gemma-2-9b"], label="Select Model", value="Llama 3.1")
 
65
  def gradio_interface():
66
  with gr.Blocks() as demo:
67
  gr.Markdown("<h1 style='text-align: center;'>Yipada</h1>")
68
+ gr.Markdown("<p style='text-align: center;'>Yipada is a versatile paraphrasing tool designed to help you rephrase your text with precision and clarity. Leveraging advanced language models, Yipada offers two powerful options: Llama 3.1 and Gemma-2-9b. Whether you need a formal rephrasing or a more creative twist, Yipada ensures that your text retains its original meaning while offering a fresh perspective.")
69
 
70
  text_input = gr.Textbox(label="Input Text", placeholder="Enter the text you want to paraphrase here...")
71
  model_choice = gr.Dropdown(choices=["Llama 3.1", "Gemma-2-9b"], label="Select Model", value="Llama 3.1")