Vivek12345323 commited on
Commit
0be76f4
·
verified ·
1 Parent(s): 053c9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the Hugging Face model
5
- pipe = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.2")
6
 
7
  # Define what the app does
8
  def rewrite(text):
 
2
  from transformers import pipeline
3
 
4
  # Load the Hugging Face model
5
+ pipe = pipeline("text-generation", model="mrm8488/t5-base-finetuned-common_gen")
6
 
7
  # Define what the app does
8
  def rewrite(text):