Omnibus commited on
Commit
97259b9
1 Parent(s): 92b5358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -78,7 +78,8 @@ def generate_cover_prompt(plot):
78
 
79
  def generate_title(plot):
80
  response = generate_text(f"Here is the plot for the book: {plot}\n\n--\n\nRespond with a great title for this book. Only respond with the title, nothing else is allowed.")
81
- return remove_first_line(response)
 
82
 
83
 
84
  def create_cover_image(plot):
 
78
 
79
  def generate_title(plot):
80
  response = generate_text(f"Here is the plot for the book: {plot}\n\n--\n\nRespond with a great title for this book. Only respond with the title, nothing else is allowed.")
81
+ #return remove_first_line(response)
82
+ return response
83
 
84
 
85
  def create_cover_image(plot):