Zaious commited on
Commit
4c08d62
·
verified ·
1 Parent(s): 88db5c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ persona_beta_demo_schedule = gr.Interface(
125
  talk_to_persona_demo = gr.Interface(
126
  fn=answer_question,
127
  inputs=[
128
- gr.Textbox(label="Perosna資訊",lines=25)
129
  gr.Textbox(label="對話",value="你好嗎?")
130
  ],
131
  outputs=[
 
125
  talk_to_persona_demo = gr.Interface(
126
  fn=answer_question,
127
  inputs=[
128
+ gr.Textbox(label="Perosna資訊",lines=25),
129
  gr.Textbox(label="對話",value="你好嗎?")
130
  ],
131
  outputs=[