PierreBrunelle commited on
Commit
6dde9f1
·
verified ·
1 Parent(s): 8dcf7f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -151,9 +151,10 @@ class DocumentProcessor:
151
  # Call Analysis
152
  class CallAnalyzer:
153
  @staticmethod
154
- def process_call(video_file):
155
  """Process and analyze call recordings"""
156
  try:
 
157
  calls = pxt.create_table(
158
  'unified_app.calls',
159
  {"video": pxt.VideoType(nullable=True)}
 
151
  # Call Analysis
152
  class CallAnalyzer:
153
  @staticmethod
154
+ def process_call(video_file):
155
  """Process and analyze call recordings"""
156
  try:
157
+ initialize_pixeltable()
158
  calls = pxt.create_table(
159
  'unified_app.calls',
160
  {"video": pxt.VideoType(nullable=True)}