fb700 commited on
Commit
b2cb757
1 Parent(s): 8c9c9c7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -17
app.py CHANGED
@@ -232,7 +232,7 @@ def predict(
232
  # """
233
  yield chatbot, history, past_key_values
234
 
235
- for response, history, past_key_values in model_glm.stream_chat(
236
  tokenizer,
237
  input,
238
  history,
@@ -333,14 +333,14 @@ async def text_to_speech_edge(text, language_code):
333
 
334
 
335
  with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
336
- gr.HTML("<center>"
337
- "<h1>📺💕🎶 - BofanAi+声音克隆+视频对话:和喜欢的角色畅所欲言吧!</h1>"
338
- "</center>"
339
- """<center><a href="https://huggingface.co/fb700/chatglm-fitness-RLHF">Bofan基于chatglm-6的微调模型</a>如果喜欢请给个 ❤ 。遇到任何问题可邮件和我联系👉 fb700@qq.com</center>"""
 
 
 
340
  )
341
- gr.Markdown("## <center>帛凡 Fitness AI 演示</center>"
342
- """<center>特别声明:本应用仅为模型能力演示,无任何商业行为,部署资源为Huggingface官方免费提供,任何通过此项目产生的知识仅用于学术参考,作者和网站均不承担任何责任。</center>"""
343
- )
344
 
345
  with gr.Tab("🍻 - BofanAi聊天区"):
346
  with gr.Accordion("📒 相关信息", open=False):
@@ -480,11 +480,8 @@ with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm"), analytics
480
  )
481
  deleteBtn.click(delete_last_turn, [chatbot, history], [chatbot, history])
482
 
483
- with gr.Accordion("📔 模型应用测试", open=True):
484
- etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
485
- examples = gr.Examples(
486
- examples=[
487
- etext0 = """ "act": "作为基于文本的冒险游戏",\n "prompt": "我想让你扮演一个基于文本的冒险游戏。我在这个基于文本的冒险游戏中扮演一个角色。请尽可能具体地描述角色所看到的内容和环境,并在游戏输出1、2、3让用户选择进行回复,而不是其它方式。我将输入命令来告诉角色该做什么,而你需要回复角色的行动结果以推动游戏的进行。我的第一个命令是'醒来',请从这里开始故事 “ """
488
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
489
  etext1 = """云南大学(Yunnan University),简称云大(YNU),位于云南省昆明市,是教育部与云南省“以部为主、部省合建”的全国重点大学,国家“双一流”建设高校 [31] 、211工程、一省一校、中西部高校基础能力建设工程,云南省重点支持的国家一流大学建设高校,“111计划”、卓越法律人才教育培养计划、卓越工程师教育培养计划、国家建设高水平大学公派研究生项目、中国政府奖学金来华留学生接收院校、全国深化创新创业教育改革示范高校,为中西部“一省一校”国家重点建设大学(Z14)联盟、南亚东南亚大学联盟牵头单位。 [1]
490
  云南大学始建于1922年,时为私立东陆大学。1930年,改为省立东陆大学。1934年更名为省立云南大学。1938年改为国立云南大学。1946年,《不列颠百科全书》将云南大学列为中国15所在世界最具影响的大学之一。1950年定名为云南大学。1958年,云南大学由中央高教部划归云南省管理。1978年,云南大学被国务院确定为88所全国重点大学之一。1996年首批列入国家“211工程”重点建设大学。1999年,云南政法高等专科学校并��云南大学。 [2] [23]
@@ -546,9 +543,9 @@ with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm"), analytics
546
  ["Erkläre die Handlung von Cinderella in einem Satz."],
547
  ["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch"],
548
  ],
549
- inputs=[user_input],
550
- examples_per_page=50,
551
- )
552
 
553
  with gr.Accordion("For Chat/Translation API", open=False, visible=False):
554
  input_text = gr.Text()
@@ -656,7 +653,7 @@ with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm"), analytics
656
  gr.Markdown("<center>💡- 如何使用此程序:输入您对ChatGLM的提问后,依次点击“开始和BofanAi交流吧”、“生成对应的音频吧”、“开始AI声音克隆吧”、“开始视频聊天吧”四个按键即可;使用声音克隆功能时,请先上传一段您喜欢的音频</center>")
657
  gr.HTML('''
658
  <div class="footer">
659
- <p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
660
  </p>
661
  </div>
662
  ''')
 
232
  # """
233
  yield chatbot, history, past_key_values
234
 
235
+ for response, history in model_glm.stream_chat(
236
  tokenizer,
237
  input,
238
  history,
 
333
 
334
 
335
  with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
336
+ gr.HTML(
337
+ "<center>""<h1>📺💕🎶 - BofanAi+声音克隆+视频对话:和喜欢的角色畅所欲言吧!</h1>""</center>"
338
+ """<center><a href="https://huggingface.co/fb700/chatglm-fitness-RLHF">Bofan基于chatglm-6的微调模型</a>如果喜欢请给个 ❤ 。遇到任何问题可邮件和我联系👉 fb700@qq.com</center>"""
339
+ )
340
+ gr.Markdown(
341
+ "<center>帛凡 Fitness AI 演示</center>"
342
+ """<center>特别声明:本应用仅为模型能力演示,无任何商业行为,部署资源为Huggingface官方免费提供,任何通过此项目产生的知识仅用于学术参考,作者和网站均不承担任何责任。</center>"""
343
  )
 
 
 
344
 
345
  with gr.Tab("🍻 - BofanAi聊天区"):
346
  with gr.Accordion("📒 相关信息", open=False):
 
480
  )
481
  deleteBtn.click(delete_last_turn, [chatbot, history], [chatbot, history])
482
 
483
+ with gr.Accordion("Example inputs", open=True):
484
+ etext0 = """ "act": "作为基于文本的冒险游戏",\n "prompt": "我想让你扮演一个基于文本的冒险游戏。我在这个基于文本的冒险游戏中扮演一个角色。请尽可能具体地描述角色所看到的内容和环境,并在游戏输出1、2、3让用户选择进行回复,而不是其它方式。我将输入命令来告诉角色该做什么,而你需要回复角色的行动结果以推动游戏的进行。我的第一个命令是'醒来',请从这里开始故事 """
 
 
 
485
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
486
  etext1 = """云南大学(Yunnan University),简称云大(YNU),位于云南省昆明市,是教育部与云南省“以部为主、部省合建”的全国重点大学,国家“双一流”建设高校 [31] 、211工程、一省一校、中西部高校基础能力建设工程,云南省重点支持的国家一流大学建设高校,“111计划”、卓越法律人才教育培养计划、卓越工程师教育培养计划、国家建设高水平大学公派研究生项目、中国政府奖学金来华留学生接收院校、全国深化创新创业教育改革示范高校,为中西部“一省一校”国家重点建设大学(Z14)联盟、南亚东南亚大学联盟牵头单位。 [1]
487
  云南大学始建于1922年,时为私立东陆大学。1930年,改为省立东陆大学。1934年更名为省立云南大学。1938年改为国立云南大学。1946年,《不列颠百科全书》将云南大学列为中国15所在世界最具影响的大学之一。1950年定名为云南大学。1958年,云南大学由中央高教部划归云南省管理。1978年,云南大学被国务院确定为88所全国重点大学之一。1996年首批列入国家“211工程”重点建设大学。1999年,云南政法高等专科学校并��云南大学。 [2] [23]
 
543
  ["Erkläre die Handlung von Cinderella in einem Satz."],
544
  ["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch"],
545
  ],
546
+ inputs=[user_input],
547
+ examples_per_page=50,
548
+ )
549
 
550
  with gr.Accordion("For Chat/Translation API", open=False, visible=False):
551
  input_text = gr.Text()
 
653
  gr.Markdown("<center>💡- 如何使用此程序:输入您对ChatGLM的提问后,依次点击“开始和BofanAi交流吧”、“生成对应的音频吧”、“开始AI声音克隆吧”、“开始视频聊天吧”四个按键即可;使用声音克隆功能时,请先上传一段您喜欢的音频</center>")
654
  gr.HTML('''
655
  <div class="footer">
656
+ <p>🌊🏞️🎶 -
657
  </p>
658
  </div>
659
  ''')