lesesuizuo commited on
Commit
7fa65ee
1 Parent(s): 65a0752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def greet(ask):
23
 
24
  #demo = gr.Interface(fn=greet,inputs=gr.Textbox(lines=5, placeholder="想问什么?"),outputs=gr.Textbox(lines=3, placeholder="等待问答。。。"),) + gr.Accordion("欢迎━(*`∀´*)ノ亻!!") + gr.Markdown("这是随作闲出p做的网站,会特别特别慢!随便用吧。。。")
25
  with gr.Blocks() as demo:
26
- gr.Markdown("这是一个以openai的text-ada-001文本模型为基础的在api请求的基础上搭建的简易网站,非商业用途")
27
  with gr.Tab("问答"):
28
  text_input = gr.Textbox(lines=5, placeholder="想问什么?")
29
  text_output = gr.Textbox(lines=3, placeholder="等待问答。。。")
 
23
 
24
  #demo = gr.Interface(fn=greet,inputs=gr.Textbox(lines=5, placeholder="想问什么?"),outputs=gr.Textbox(lines=3, placeholder="等待问答。。。"),) + gr.Accordion("欢迎━(*`∀´*)ノ亻!!") + gr.Markdown("这是随作闲出p做的网站,会特别特别慢!随便用吧。。。")
25
  with gr.Blocks() as demo:
26
+ gr.Markdown("这是一个以openai的text-davinci-003文本模型为基础的在api请求的基础上搭建的简易网站,非商业用途")
27
  with gr.Tab("问答"):
28
  text_input = gr.Textbox(lines=5, placeholder="想问什么?")
29
  text_output = gr.Textbox(lines=3, placeholder="等待问答。。。")