Update app.py
Browse files
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=[
|