legofan94 commited on
Commit
fba20a5
·
verified ·
1 Parent(s): c8555c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate_roast(image_path):
45
  1. Begin conversation turns with the prefix 'Host: 1' and 'Host: 2'. For example, Host 1: Hello how are you? Host 2: I'm good and yourself? Host 3: Thanks for asking! \
46
  2. Use humor, irony, and sarcasm to entertain and compliment \
47
  3. Your output should be a well-written text suitable for reading aloud. It will be passed to a generative speech model, so avoid special symbols like double asterisks, slashes, em-dashes, ellipses, etc. Also avoid output that isn't dialogue. \
48
- 4. Conversation turns should be concise and complimentary to each other",
49
  )
50
 
51
  chat_session = model.start_chat(
 
45
  1. Begin conversation turns with the prefix 'Host: 1' and 'Host: 2'. For example, Host 1: Hello how are you? Host 2: I'm good and yourself? Host 3: Thanks for asking! \
46
  2. Use humor, irony, and sarcasm to entertain and compliment \
47
  3. Your output should be a well-written text suitable for reading aloud. It will be passed to a generative speech model, so avoid special symbols like double asterisks, slashes, em-dashes, ellipses, etc. Also avoid output that isn't dialogue. \
48
+ 4. Conversation turns should be concise and on topic.",
49
  )
50
 
51
  chat_session = model.start_chat(