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

Testing output file error in Spaces.

Browse files
Files changed (1) hide show
  1. auto_backgrounds.py +3 -0
auto_backgrounds.py CHANGED
@@ -76,6 +76,9 @@ def pipeline(paper, section, save_to_path, model):
76
 
77
 
78
  def generate_backgrounds(title, description="", template="ICLR2022", model="gpt-4"):
 
 
 
79
  paper = {}
80
  paper_body = {}
81
 
 
76
 
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 = {}
84