sachitksh123 commited on
Commit
509f609
·
verified ·
1 Parent(s): ebac07b

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="numind/NuExtract-v1.5")
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="microsoft/phi-1_5")
6
 
7
  # Streamlit app title
8
  st.title("Text Generation with DistilGPT-2")