Update app.py
Browse files
app.py
CHANGED
@@ -234,6 +234,6 @@ demo = gr.Interface(
|
|
234 |
outputs=[gr.Textbox(label="Speech to Text"), gr.Textbox(label="ChatGPT Output"), "audio"],
|
235 |
title="🥳💬💕 - TalktoAI,随时随地,谈天说地!"
|
236 |
#theme="huggingface",
|
237 |
-
description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
|
238 |
)
|
239 |
demo.launch(show_error = True)
|
|
|
234 |
outputs=[gr.Textbox(label="Speech to Text"), gr.Textbox(label="ChatGPT Output"), "audio"],
|
235 |
title="🥳💬💕 - TalktoAI,随时随地,谈天说地!"
|
236 |
#theme="huggingface",
|
237 |
+
#description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
|
238 |
)
|
239 |
demo.launch(show_error = True)
|