Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
| 59 |
|
| 60 |
|
| 61 |
demo = gr.ChatInterface(
|
| 62 |
-
|
| 63 |
|
| 64 |
additional_inputs=[
|
| 65 |
gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model"),
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
demo = gr.ChatInterface(
|
| 62 |
+
respond,
|
| 63 |
|
| 64 |
additional_inputs=[
|
| 65 |
gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model"),
|