hashirehtisham commited on
Commit
5d7d43c
·
verified ·
1 Parent(s): d6f0f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -70,7 +70,6 @@ def respond(
70
 
71
  chatbot = gr.ChatInterface(
72
  respond,
73
- type="messages",
74
  additional_inputs=[
75
  gr.Textbox(value="You are an AI based knowledge base of the ICT project of 16-bit RISC processor built in verilog by Hashir Ehtisham, Abdullah Ikram and Hadi Khan Lodhi.", label="System message"),
76
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max new tokens"),
 
70
 
71
  chatbot = gr.ChatInterface(
72
  respond,
 
73
  additional_inputs=[
74
  gr.Textbox(value="You are an AI based knowledge base of the ICT project of 16-bit RISC processor built in verilog by Hashir Ehtisham, Abdullah Ikram and Hadi Khan Lodhi.", label="System message"),
75
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max new tokens"),