ibrahimgiki commited on
Commit
b8755e0
1 Parent(s): 7b5fb0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  # Replace with your actual model URL
5
- model_url = "ibrahimgiki/facebook_bart_base"
6
 
7
  # Load the model and tokenizer from Hugging Face
8
  summarizer = pipeline("summarization", model=model_url)
 
2
  from transformers import pipeline
3
 
4
  # Replace with your actual model URL
5
+ model_url = "ibrahimgiki/facebook_bart_base_new"
6
 
7
  # Load the model and tokenizer from Hugging Face
8
  summarizer = pipeline("summarization", model=model_url)