luke9705 commited on
Commit
b4d9d0c
·
1 Parent(s): 31e7886

add history cache

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -179,7 +179,8 @@ with gr.Blocks() as demo:
179
  type='messages',
180
  multimodal=True,
181
  title='MultiAgent System for Screenplay Creation and Editing',
182
- show_progress='full'
 
183
  )
184
 
185
 
 
179
  type='messages',
180
  multimodal=True,
181
  title='MultiAgent System for Screenplay Creation and Editing',
182
+ show_progress='full',
183
+ save_history=True,
184
  )
185
 
186