Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ customCSS = """
|
|
93 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
94 |
gr.ChatInterface(
|
95 |
generate,
|
96 |
-
|
97 |
additional_inputs=additional_inputs,
|
98 |
)
|
99 |
|
|
|
93 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
94 |
gr.ChatInterface(
|
95 |
generate,
|
96 |
+
init_input=initial_prompt,
|
97 |
additional_inputs=additional_inputs,
|
98 |
)
|
99 |
|