Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,6 @@ example1 = [
|
|
42 |
interface = gr.ChatInterface(
|
43 |
fn=generate_response,
|
44 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
45 |
-
textbox=gr.Textbox(placeholder="Input User Prompt here..."),
|
46 |
-
textbox2=gr.Textbox(placeholder="Secondary user input here..."),
|
47 |
additional_inputs=additional_inputs,
|
48 |
examples=example1,
|
49 |
cache_examples=False,
|
|
|
42 |
interface = gr.ChatInterface(
|
43 |
fn=generate_response,
|
44 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
|
|
|
|
45 |
additional_inputs=additional_inputs,
|
46 |
examples=example1,
|
47 |
cache_examples=False,
|