Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
|
|
38 |
|
39 |
# Gradio Demo
|
40 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
41 |
-
|
42 |
gr.ChatInterface(predict, title=title, description=description, css=css, examples=examples)
|
43 |
|
44 |
demo.queue().launch(debug=True)
|
|
|
38 |
|
39 |
# Gradio Demo
|
40 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
41 |
+
gr.DuplicateButton()
|
42 |
gr.ChatInterface(predict, title=title, description=description, css=css, examples=examples)
|
43 |
|
44 |
demo.queue().launch(debug=True)
|