Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,6 +116,7 @@ additional_inputs = [
|
|
| 116 |
|
| 117 |
gr.ChatInterface(
|
| 118 |
fn=generate,
|
|
|
|
| 119 |
outputs=gr.Chatbot(
|
| 120 |
show_label=False,
|
| 121 |
show_share_button=False,
|
|
|
|
| 116 |
|
| 117 |
gr.ChatInterface(
|
| 118 |
fn=generate,
|
| 119 |
+
inputs=[gr.Textbox(label="Interviewer", type="text", default=initial_prompt)],
|
| 120 |
outputs=gr.Chatbot(
|
| 121 |
show_label=False,
|
| 122 |
show_share_button=False,
|