DESUCLUB commited on
Commit
4a69583
·
1 Parent(s): 2c22c11

Upload generate.py

Browse files
Files changed (1) hide show
  1. generate.py +2 -2
generate.py CHANGED
@@ -170,8 +170,8 @@ gr.Interface(
170
  label="Output",
171
  )
172
  ],
173
- title="🦙🌲 Alpaca-LoRA",
174
- description="Alpaca-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).",
175
  ).launch()
176
 
177
  # Old testing code follows.
 
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.