Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ preset_examples = {
|
|
| 45 |
# Define Gradio interface
|
| 46 |
with gr.Blocks(theme="ParityError/Interstellar@0.0.1") 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
|
| 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/Interstellar@0.0.1") 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()))
|