Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,8 +274,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
| 274 |
demo = gr.ChatInterface(
|
| 275 |
respond,
|
| 276 |
additional_inputs=[
|
| 277 |
-
gr.Textbox(value=SYSTEM_PROMPT, label="System message"),
|
| 278 |
gr.Textbox(value=AVAILABLE_PICTURES, label="Available pics (follow format)"),
|
|
|
|
| 279 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
| 280 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
| 281 |
gr.Slider(
|
|
|
|
| 274 |
demo = gr.ChatInterface(
|
| 275 |
respond,
|
| 276 |
additional_inputs=[
|
|
|
|
| 277 |
gr.Textbox(value=AVAILABLE_PICTURES, label="Available pics (follow format)"),
|
| 278 |
+
gr.Textbox(value=SYSTEM_PROMPT, label="System message"),
|
| 279 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
| 280 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
| 281 |
gr.Slider(
|