Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ persona_beta_demo_schedule = gr.Interface(
|
|
| 122 |
outputs=[gr.Textbox(label="角色人物日程",lines=25)],
|
| 123 |
allow_flagging="never", )
|
| 124 |
|
| 125 |
-
talk_to_persona_demo =
|
| 126 |
fn=answer_question,
|
| 127 |
inputs=[
|
| 128 |
gr.Textbox(label="Perosna資訊",lines=25)
|
|
|
|
| 122 |
outputs=[gr.Textbox(label="角色人物日程",lines=25)],
|
| 123 |
allow_flagging="never", )
|
| 124 |
|
| 125 |
+
talk_to_persona_demo = gr.Interface(
|
| 126 |
fn=answer_question,
|
| 127 |
inputs=[
|
| 128 |
gr.Textbox(label="Perosna資訊",lines=25)
|