Pasula commited on
Commit
3007401
·
1 Parent(s): 22185d4

add changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,6 +97,6 @@ gr.ChatInterface(
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  title="Compilerx-LLM",
100
- additional_inputs=additional_inputs
101
  concurrency_limit=20,
102
  ).launch(show_api=True)
 
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  title="Compilerx-LLM",
100
+ additional_inputs=additional_inputs,
101
  concurrency_limit=20,
102
  ).launch(show_api=True)