Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|