Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ with gr.Blocks() as demo:
|
|
| 252 |
)
|
| 253 |
startInterview.click(
|
| 254 |
load_config,
|
| 255 |
-
inputs=
|
| 256 |
outputs=[initialMessage, systemMessage, modelArgs, wandbArgs],
|
| 257 |
).then(
|
| 258 |
initialize_interview,
|
|
|
|
| 252 |
)
|
| 253 |
startInterview.click(
|
| 254 |
load_config,
|
| 255 |
+
inputs=configDir,
|
| 256 |
outputs=[initialMessage, systemMessage, modelArgs, wandbArgs],
|
| 257 |
).then(
|
| 258 |
initialize_interview,
|