djangomango commited on
Commit
4ed476e
1 Parent(s): 2b05813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def base64_to_image(base64_string):
16
 
17
 
18
  #from LIDA github
19
- text_gen = llm(provider="hf", model="HuggingFaceH4/zephyr-7b-alpha", device_map="auto")
20
 
21
  lida = Manager(text_gen=text_gen)
22
 
 
16
 
17
 
18
  #from LIDA github
19
+ text_gen = llm(provider="hf", model="uukuguy/speechless-llama2-hermes-orca-platypus-13b", device_map="auto")
20
 
21
  lida = Manager(text_gen=text_gen)
22