johann22 commited on
Commit
fcec191
·
verified ·
1 Parent(s): ed750e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def compress_data_og(c, instruct, history, seed):
232
 
233
 
234
  def summarize(inp,history,mem_check,seed=seed,data=None):
235
-
236
  json_box=[]
237
  error_box=""
238
  json_out={}
 
232
 
233
 
234
  def summarize(inp,history,mem_check,seed=seed,data=None):
235
+ seed=int(seed)
236
  json_box=[]
237
  error_box=""
238
  json_out={}