DESUCLUB commited on
Commit
67b2c5b
β€’
1 Parent(s): 4a69583

Upload generate.py

Browse files
Files changed (1) hide show
  1. generate.py +7 -2
generate.py CHANGED
@@ -170,8 +170,13 @@ gr.Interface(
170
  label="Output",
171
  )
172
  ],
173
- title="πŸ¦™πŸŒ² BBLAMA",
174
- description="BBLLAMA is a pipeline that uses both ALPACA-LORA as well as BLIP-2 to allow LLAMA to generate text in the context of simple images. You can visit the Github rep [here](https://github.com/DESU-CLUB/BLLAMA)",
 
 
 
 
 
175
  ).launch()
176
 
177
  # Old testing code follows.
 
170
  label="Output",
171
  )
172
  ],
173
+ title="πŸ¦™πŸŒ² BLLAMA",
174
+ description="BLLAMA is a pipeline that uses both ALPACA-LORA as well as BLIP-2 to allow LLAMA to generate text in the context of simple images. You can visit the Github repo [here](https://github.com/DESU-CLUB/BLLAMA)\n\n\
175
+ The original ALPACA-LORA can be found [here](https://github.com/tloen/alpaca-lora) and the BLIP-2 model can be found on huggingface.\
176
+ \n## Credits\n\
177
+ I would like to credit tloen, the creator of ALPACA-LORA, as well as huggingface for their own implementation of LLAMA and BLIP-2. \
178
+ \nI would also like to credit the original creators of [LLAMA](https://github.com/facebookresearch/llama), Meta AI, as well as Stanford University, who created [ALPACA](https://github.com/tatsu-lab/stanford_alpaca)\
179
+ ",
180
  ).launch()
181
 
182
  # Old testing code follows.