sc_ma commited on
Commit
ea7f72d
1 Parent(s): 00a2977

Testing output file error in Spaces.

Browse files
Files changed (1) hide show
  1. auto_backgrounds.py +1 -1
auto_backgrounds.py CHANGED
@@ -77,7 +77,7 @@ def pipeline(paper, section, save_to_path, model):
77
 
78
  def generate_backgrounds(title, description="", template="ICLR2022", model="gpt-4"):
79
 
80
- return make_archive("utils/", "output.zip")
81
 
82
  paper = {}
83
  paper_body = {}
 
77
 
78
  def generate_backgrounds(title, description="", template="ICLR2022", model="gpt-4"):
79
 
80
+ return make_archive("utils", "output.zip")
81
 
82
  paper = {}
83
  paper_body = {}