Updated gradio interface
Browse files
app.py
CHANGED
@@ -116,8 +116,6 @@ with gr.Blocks(fill_height=True, css=css) as aida:
|
|
116 |
|
117 |
gr.Markdown(DESCRIPTION)
|
118 |
gr.ChatInterface(
|
119 |
-
fn=chat_llama3_8b,
|
120 |
-
chatbot=chatbot,
|
121 |
fill_height=True,
|
122 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
123 |
additional_inputs=[
|
|
|
116 |
|
117 |
gr.Markdown(DESCRIPTION)
|
118 |
gr.ChatInterface(
|
|
|
|
|
119 |
fill_height=True,
|
120 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
121 |
additional_inputs=[
|