Update app.py
Browse files
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"),
|