lesesuizuo commited on
Commit
4e32226
·
1 Parent(s): 21bc572

Update app.py

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