rodrigomasini commited on
Commit
67b666f
·
verified ·
1 Parent(s): 36c019e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -54,7 +54,9 @@ def init(novel_type, description, request: gr.Request):
54
  novel_type = "Science Fiction"
55
  global _CACHE
56
  cookie = request.headers['cookie']
 
57
  cookie = cookie.split('; _gat_gtag')[0]
 
58
  # prepare first init
59
  init_paragraphs = get_init(text=init_prompt(novel_type,description))
60
  # print(init_paragraphs)
 
54
  novel_type = "Science Fiction"
55
  global _CACHE
56
  cookie = request.headers['cookie']
57
+ print(cookie)
58
  cookie = cookie.split('; _gat_gtag')[0]
59
+ print(cookie)
60
  # prepare first init
61
  init_paragraphs = get_init(text=init_prompt(novel_type,description))
62
  # print(init_paragraphs)