MudassirFayaz commited on
Commit
34f4d08
1 Parent(s): 6c6a1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -7,7 +7,10 @@ def greet_json():
7
  return {"status": "Its working built by Fayaz"}
8
 
9
  # Initialize the text generation pipeline
10
- pipe = pipeline("text2text-generation", model="google/flan-t5-small")
 
 
 
11
 
12
 
13
  @app.get("/")
 
7
  return {"status": "Its working built by Fayaz"}
8
 
9
  # Initialize the text generation pipeline
10
+ # pipe = pipeline("text2text-generation", model="google/flan-t5-small")
11
+ # checking for ofingpt
12
+ # ofintech/FinGPT_0.1.3
13
+ pipe = pipeline("text2text-generation", model="ofintech/FinGPT_0.1.3")
14
 
15
 
16
  @app.get("/")