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="Make your prompts more detailed!<br>Model used: https://huggingface.co/roborovski/superprompt-v1<br>
|
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>Model used: https://huggingface.co/roborovski/superprompt-v1<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)
|