Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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="MudassirFayaz/llama-2-7b_career_0.6.0", trust_remote_code=True)
|
| 14 |
|
| 15 |
|
| 16 |
@app.get("/")
|