Update app.py
Browse files
app.py
CHANGED
@@ -191,13 +191,13 @@ g = gr.Interface(
|
|
191 |
),
|
192 |
gr.inputs.Textbox(
|
193 |
lines=5,
|
194 |
-
label="Alpaca Output",
|
195 |
),
|
196 |
gr.Audio(label="Audio with Custom Voice"),
|
197 |
],
|
198 |
title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
|
199 |
description="🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
|
200 |
-
article = "Powered by Alpaca-LoRA"
|
201 |
)
|
202 |
g.queue(concurrency_count=1)
|
203 |
g.launch(show_error = True)
|
|
|
191 |
),
|
192 |
gr.inputs.Textbox(
|
193 |
lines=5,
|
194 |
+
label="Alpaca-LoRA Output",
|
195 |
),
|
196 |
gr.Audio(label="Audio with Custom Voice"),
|
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)
|