Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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 |
|