Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
131 |
"""
|
132 |
demo = gr.ChatInterface(
|
133 |
get_completion,
|
134 |
-
multimodal=True
|
135 |
additional_inputs=[
|
136 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
137 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
131 |
"""
|
132 |
demo = gr.ChatInterface(
|
133 |
get_completion,
|
134 |
+
multimodal=True,
|
135 |
additional_inputs=[
|
136 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
137 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|