Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ People="user.png"
|
|
249 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
250 |
"""
|
251 |
aa = gr.ChatInterface(
|
252 |
-
|
253 |
additional_inputs=[
|
254 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
255 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
249 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
250 |
"""
|
251 |
aa = gr.ChatInterface(
|
252 |
+
model,
|
253 |
additional_inputs=[
|
254 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
255 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|