Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
with gr.Column(visible=False) as chat_interface:
|
76 |
chat = gr.ChatInterface(
|
77 |
respond,
|
|
|
78 |
additional_inputs=[
|
79 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
80 |
gr.Dropdown(
|
|
|
75 |
with gr.Column(visible=False) as chat_interface:
|
76 |
chat = gr.ChatInterface(
|
77 |
respond,
|
78 |
+
api_name=False,
|
79 |
additional_inputs=[
|
80 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
81 |
gr.Dropdown(
|