MudassirFayaz commited on
Commit
104fead
1 Parent(s): 34f4d08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def greet_json():
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("/")
 
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", trust_remote_code=True)
14
 
15
 
16
  @app.get("/")