jannisborn commited on
Commit
bc85f8b
·
unverified ·
1 Parent(s): 86b5f5f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def run_inference(
107
  # Save to temporary dir
108
  temp_path = os.path.join(tempfile.gettempdir(), "paccmann_result.csv")
109
  result_df.to_csv(temp_path)
110
- print("OUTPUT", temp_path)
111
 
112
  return temp_path, result_df.head(25)
113
 
 
107
  # Save to temporary dir
108
  temp_path = os.path.join(tempfile.gettempdir(), "paccmann_result.csv")
109
  result_df.to_csv(temp_path)
110
+ print("OUTPUT", result_df)
111
 
112
  return temp_path, result_df.head(25)
113