Nymbo commited on
Commit
5b037c7
1 Parent(s): 345214c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ additional_inputs = [
49
  ]
50
 
51
  gr.ChatInterface(
52
- fn=generate_response, theme="Nymbo/Nymbo_Theme",
53
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
54
  additional_inputs=additional_inputs,
55
  ).launch()
 
49
  ]
50
 
51
  gr.ChatInterface(
52
+ fn=generate_response, theme="Nymbo/Alyx_Theme",
53
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
54
  additional_inputs=additional_inputs,
55
  ).launch()