YasirAbdali commited on
Commit
49904cb
1 Parent(s): f5b6354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/my_model" # Replace with the path to your fine-tuned model or Hugging Face model ID
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: