barathm111 commited on
Commit
bd50d40
·
verified ·
1 Parent(s): 6203f7d

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  app = FastAPI()
6
 
7
  # Initialize the text generation pipeline
8
- pipe = pipeline("text2text-generation", model="suriya7/t5-base-text-to-sql")
9
 
10
  @app.get("/")
11
  def home():
 
5
  app = FastAPI()
6
 
7
  # Initialize the text generation pipeline
8
+ pipe = pipeline("text2text-generation", model="gaussalgo/T5-LM-Large-text2sql-spider")
9
 
10
  @app.get("/")
11
  def home():