Kevin676 commited on
Commit
7bb4689
1 Parent(s): 7d83b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -195,8 +195,9 @@ g = gr.Interface(
195
  ),
196
  gr.Audio(label="Audio with Custom Voice"),
197
  ],
198
- title="🦙🌲 Alpaca-LoRA",
199
- 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).",
 
200
  )
201
  g.queue(concurrency_count=1)
202
  g.launch(show_error = True)
 
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)