AjayP13 commited on
Commit
e8d705f
·
verified ·
1 Parent(s): 39e8afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ preset_examples = {
45
  # Define Gradio interface
46
  with gr.Blocks(theme="ParityError/[email protected]") as demo:
47
  gr.Markdown("# TinyStyler Demo")
48
- gr.Markdown("Style transfer the source text into the target style, given some example texts of the target style. You can adjust re-ranking and top_p to your desire to control the quality of style transfer. A higher re-ranking value will generally result in better results, at slower speed.")
49
 
50
  with gr.Row():
51
  example_dropdown = gr.Dropdown(label="Examples", choices=list(preset_examples.keys()))
 
45
  # Define Gradio interface
46
  with gr.Blocks(theme="ParityError/[email protected]") as demo:
47
  gr.Markdown("# TinyStyler Demo")
48
+ gr.Markdown("Style transfer the source text into the target style, given some example texts of the target style. You can adjust re-ranking and top_p to your desire to control the quality of style transfer. A higher re-ranking value will generally result in better generations, at slower speed.")
49
 
50
  with gr.Row():
51
  example_dropdown = gr.Dropdown(label="Examples", choices=list(preset_examples.keys()))