fabioantonini commited on
Commit
7753922
·
verified ·
1 Parent(s): 5c894d1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ def process_file(pcap_file):
41
  - a textual summary (analysis + call flow)
42
  - the dictionary of calls_by_id (saved in Gradio state so we can pass them to the LLM)
43
  """
 
44
  if not pcap_file:
45
  return "No file uploaded.", {}
46
 
 
41
  - a textual summary (analysis + call flow)
42
  - the dictionary of calls_by_id (saved in Gradio state so we can pass them to the LLM)
43
  """
44
+ print("DEBUG pcap_file =", pcap_file, type(pcap_file)) # <--- debug line
45
  if not pcap_file:
46
  return "No file uploaded.", {}
47