akhaliq HF Staff commited on
Commit
0f15899
·
1 Parent(s): 62f60ba
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1577,6 +1577,7 @@ with gr.Blocks(
1577
  token=token.token,
1578
  exist_ok=True
1579
  )
 
1580
 
1581
  # Parse the transformers.js output to get the three files
1582
  files = parse_transformers_js_output(code)
 
1577
  token=token.token,
1578
  exist_ok=True
1579
  )
1580
+ print("Duplicated repo result:", duplicated_repo, type(duplicated_repo))
1581
 
1582
  # Parse the transformers.js output to get the three files
1583
  files = parse_transformers_js_output(code)