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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)