Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ summarization_model = AutoModelForCausalLM.from_pretrained(
|
|
24 |
torch_dtype=torch.float16,
|
25 |
low_cpu_mem_usage=True
|
26 |
)
|
27 |
-
summarization_tokenizer = AutoTokenizer.from_pretrained("meta-llama/
|
28 |
|
29 |
# Function to transcribe audio
|
30 |
def transcribe_audio(audio_file):
|
|
|
24 |
torch_dtype=torch.float16,
|
25 |
low_cpu_mem_usage=True
|
26 |
)
|
27 |
+
summarization_tokenizer = AutoTokenizer.from_pretrained("meta-llama/LlamaGuard-7b")
|
28 |
|
29 |
# Function to transcribe audio
|
30 |
def transcribe_audio(audio_file):
|