Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
58 |
|
59 |
|
60 |
demo = gr.ChatInterface(
|
61 |
-
inputs = [respond, gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model")
|
62 |
title = "Chatbot",
|
63 |
description = "Ask me anything!",
|
64 |
|
|
|
58 |
|
59 |
|
60 |
demo = gr.ChatInterface(
|
61 |
+
inputs = [respond, gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model")]
|
62 |
title = "Chatbot",
|
63 |
description = "Ask me anything!",
|
64 |
|