ejschwartz commited on
Commit
11f2ade
·
1 Parent(s): 2d64e29

print the prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -43,6 +43,8 @@ def field_prompt(code):
43
 
44
  prompt = f"```\n{code}\n```\nWhat are the variable name and type for the following memory accesses:{', '.join(fields)}?\n"
45
 
 
 
46
  return prompt, field_helper_result
47
 
48
  @spaces.GPU
 
43
 
44
  prompt = f"```\n{code}\n```\nWhat are the variable name and type for the following memory accesses:{', '.join(fields)}?\n"
45
 
46
+ print(f"field prompt: {prompt}")
47
+
48
  return prompt, field_helper_result
49
 
50
  @spaces.GPU