Illia56 commited on
Commit
91214e9
1 Parent(s): be32130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gradio.DuplicateButton()
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)