CineAI commited on
Commit
8a5897f
1 Parent(s): 0f596d3

4172637469634d6f6e6b6579733a33312e30372e32343a32303a3038

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -52,6 +52,8 @@ def main():
52
 
53
  prompt = None
54
  response = None
 
 
55
 
56
  except Exception as e:
57
  print(f"An error occurred in main finction, reasone is: {e}")
 
52
 
53
  prompt = None
54
  response = None
55
+
56
+ print(f"Prompt: {prompt}, response: {response}")
57
 
58
  except Exception as e:
59
  print(f"An error occurred in main finction, reasone is: {e}")