Spaces:
Runtime error
Runtime error
Upload generate.py
Browse files- generate.py +2 -2
generate.py
CHANGED
@@ -170,8 +170,8 @@ gr.Interface(
|
|
170 |
label="Output",
|
171 |
)
|
172 |
],
|
173 |
-
title="🦙🌲
|
174 |
-
description="
|
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.
|