NeuralInternet
commited on
Commit
•
5d4efd8
1
Parent(s):
ba448c3
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ def generate(prompt):
|
|
14 |
input_component = gr.Textbox(label = "Input a persona, e.g. photographer", value = "photographer")
|
15 |
output_component = gr.Textbox(label = "Prompt")
|
16 |
examples = [["photographer"], ["developer"]]
|
17 |
-
description = "This app generates Chattensor prompts, it's based on a BART model trained on [this dataset](https://huggingface.co/datasets/
|
18 |
-
gr.Interface(generate, inputs = input_component, outputs=output_component, examples=examples, title = "
|
|
|
14 |
input_component = gr.Textbox(label = "Input a persona, e.g. photographer", value = "photographer")
|
15 |
output_component = gr.Textbox(label = "Prompt")
|
16 |
examples = [["photographer"], ["developer"]]
|
17 |
+
description = "This app generates Chattensor prompts, it's based on a BART model trained on [this dataset](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts). 📓 Simply enter a persona that you want the prompt to be generated based on. 🧙🏻🧑🏻🚀🧑🏻🎨🧑🏻🔬🧑🏻💻🧑🏼🏫🧑🏽🌾"
|
18 |
+
gr.Interface(generate, inputs = input_component, outputs=output_component, examples=examples, title = "Chaττensor Prompt Generator v12", description=description).launch()
|