TogetherAI commited on
Commit
e173213
β€’
1 Parent(s): 311103d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ output_component = gr.Textbox(label="Prompt")
15
  examples = [["photographer"], ["developer"]]
16
 
17
  # Beschreibung hier korrekt eingerΓΌckt
18
- description = "This app generates ChatGPT 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. πŸ§™πŸ»πŸ§‘πŸ»β€πŸš€πŸ§‘πŸ»β€πŸŽ¨πŸ§‘πŸ»β€πŸ”¬πŸ§‘πŸ»β€πŸ’»πŸ§‘πŸΌβ€πŸ«πŸ§‘πŸ½β€πŸŒΎ"
19
 
20
  gr.Interface(
21
  generate,
 
15
  examples = [["photographer"], ["developer"]]
16
 
17
  # Beschreibung hier korrekt eingerΓΌckt
18
+ description = "Wunsch Rolle eingeben und Enter klicken - Kaffee oder Tee holen und Einfach.Prompt kopieren und einsetzen [this dataset](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts). "
19
 
20
  gr.Interface(
21
  generate,