Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from llm_utils import create_local_pipeline, get_llm_opinion
|
|
| 11 |
|
| 12 |
# 1) Initialize your local Hugging Face pipeline (model)
|
| 13 |
# Adjust model_id to your chosen model on HF.
|
| 14 |
-
MODEL_ID = "tiiuae/falcon-7b-instruct"
|
| 15 |
generator = create_local_pipeline(MODEL_ID)
|
| 16 |
|
| 17 |
def process_file(pcap_file):
|
|
|
|
| 11 |
|
| 12 |
# 1) Initialize your local Hugging Face pipeline (model)
|
| 13 |
# Adjust model_id to your chosen model on HF.
|
| 14 |
+
MODEL_ID = "google/flan-t5-base" # "tiiuae/falcon-7b-instruct"
|
| 15 |
generator = create_local_pipeline(MODEL_ID)
|
| 16 |
|
| 17 |
def process_file(pcap_file):
|