Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ g = gr.Interface(
|
|
197 |
],
|
198 |
title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
|
199 |
description="🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
|
200 |
-
article = "Powered by [Alpaca-LoRA](https://github.com/tloen/alpaca-lora)"
|
201 |
)
|
202 |
g.queue(concurrency_count=1)
|
203 |
g.launch(show_error = True)
|
|
|
197 |
],
|
198 |
title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
|
199 |
description="🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
|
200 |
+
article = "Powered by [Alpaca-LoRA](https://github.com/tloen/alpaca-lora). Credit: tloen[https://github.com/tloen]."
|
201 |
)
|
202 |
g.queue(concurrency_count=1)
|
203 |
g.launch(show_error = True)
|