sachitksh123 commited on
Commit
ebac07b
·
verified ·
1 Parent(s): 5321eaf

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
  # Load the text generation model
5
- generator = pipeline("text-generation", model="distilgpt2")
6
 
7
  # Streamlit app title
8
  st.title("Text Generation with DistilGPT-2")
 
2
  from transformers import pipeline
3
 
4
  # Load the text generation model
5
+ generator = pipeline("text-generation", model="numind/NuExtract-v1.5")
6
 
7
  # Streamlit app title
8
  st.title("Text Generation with DistilGPT-2")