harir commited on
Commit
abab12b
1 Parent(s): 65acb49

troubleshooting

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def main():
30
  if check:
31
  with st.spinner('Processing review...'):
32
  revision = models.revise_review(input_text, hf_api_key, model_id, color)
 
33
  try:
34
  with right_col:
35
  print(revision['data']['revision'])
 
30
  if check:
31
  with st.spinner('Processing review...'):
32
  revision = models.revise_review(input_text, hf_api_key, model_id, color)
33
+ print(revision)
34
  try:
35
  with right_col:
36
  print(revision['data']['revision'])