Spaces:
Sleeping
Sleeping
YasirAbdali
commited on
Commit
•
49904cb
1
Parent(s):
f5b6354
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
import streamlit as st
|
4 |
|
5 |
# Model name
|
6 |
-
model_name = "YasirAbdali/bart-summarization
|
7 |
|
8 |
# Load summarization pipeline
|
9 |
try:
|
|
|
3 |
import streamlit as st
|
4 |
|
5 |
# Model name
|
6 |
+
model_name = "YasirAbdali/bart-summarization" # Replace with the path to your fine-tuned model or Hugging Face model ID
|
7 |
|
8 |
# Load summarization pipeline
|
9 |
try:
|