xiaolv commited on
Commit
31e1e01
1 Parent(s): ba44ae1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -32,10 +32,10 @@ async def get_model_reply(prompt,style,cookies,context=[]):
32
  # print(' ' + responses[-1][0])
33
  # print(' ' + responses[-1][1])
34
  with gr.Blocks() as dialog_app:
35
- with gr.Tab("Cookies"):
36
- cookies = gr.Textbox(lines=2, label="输入bing.com中的cookies")
37
- with gr.Tab("New Bing Chat"):
38
- gr.Markdown("# A Simple Web to use New Bing Without Magic")
39
  chatbot = gr.Chatbot()
40
  state = gr.State([])
41
  markdown = gr.Markdown(label="Output")
 
32
  # print(' ' + responses[-1][0])
33
  # print(' ' + responses[-1][1])
34
  with gr.Blocks() as dialog_app:
35
+ # with gr.Tab("Cookies"):
36
+ # cookies = gr.Textbox(lines=2, label="输入bing.com中的cookies")
37
+ with gr.Tab("New Bing Chat GPT4"):
38
+ gr.Markdown("# 连接 new-bing 接口,用的是GPT4的接口")
39
  chatbot = gr.Chatbot()
40
  state = gr.State([])
41
  markdown = gr.Markdown(label="Output")