vericudebuget commited on
Commit
1d9c9af
·
verified ·
1 Parent(s): b742f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ additional_inputs = [
44
 
45
  gr.ChatInterface(
46
  fn=generate,
47
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
48
  additional_inputs=additional_inputs,
49
- title="Mixtral 46.7B",
50
  concurrency_limit=20,
51
- theme="theme.css" # Add this line to use theme.css
52
  ).launch(show_api=False,)
 
44
 
45
  gr.ChatInterface(
46
  fn=generate,
47
+ chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
48
  additional_inputs=additional_inputs,
49
+ title="FreeAI",
50
  concurrency_limit=20,
51
+
52
  ).launch(show_api=False,)