Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ gr.Interface(
|
|
80 |
inputs=[prompt, max_new_tokens, repetition_penalty, temperature, top_p, top_k, seed],
|
81 |
outputs=gr.Textbox(label="Better Prompt"),
|
82 |
title="SuperPrompt-v1",
|
83 |
-
description=
|
84 |
examples=examples,
|
85 |
concurrency_limit=20,
|
86 |
).launch(show_api=False)
|
|
|
80 |
inputs=[prompt, max_new_tokens, repetition_penalty, temperature, top_p, top_k, seed],
|
81 |
outputs=gr.Textbox(label="Better Prompt"),
|
82 |
title="SuperPrompt-v1",
|
83 |
+
description='Make your prompts more detailed! <br> <a href="https://huggingface.co/roborovski/superprompt-v1">Model used</a> <br> <a href="https://brianfitzgerald.xyz/prompt-augmentation/">Model Blog</a> <br> Task Prefix: "Expand the following prompt to add more detail:" is already setted! <br> Hugging Face Space made by [Nick088](https://linktr.ee/Nick088)',
|
84 |
examples=examples,
|
85 |
concurrency_limit=20,
|
86 |
).launch(show_api=False)
|