wop commited on
Commit
1530768
·
verified ·
1 Parent(s): d32d01a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ customCSS = """
94
 
95
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
96
  gr.ChatInterface(
97
- generate,
98
- history=STARTER_HISTORY,
99
  additional_inputs=additional_inputs,
100
  )
101
 
 
94
 
95
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
96
  gr.ChatInterface(
97
+ generate(history=STARTER_HISTORY),
 
98
  additional_inputs=additional_inputs,
99
  )
100