Spaces:
Sleeping
Sleeping
kamran-r123
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def generate(prompt, history, system_prompt, temperature=0.2, max_new_tokens=512
|
|
44 |
|
45 |
|
46 |
|
47 |
-
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=kminterface.mychatbot,
|
49 |
additional_inputs=kminterface.additional_inputs,
|
50 |
title="Kamran's Mixtral 8x7b Chat",
|
|
|
44 |
|
45 |
|
46 |
|
47 |
+
demo = kminterface.gr.ChatInterface(fn=generate,
|
48 |
chatbot=kminterface.mychatbot,
|
49 |
additional_inputs=kminterface.additional_inputs,
|
50 |
title="Kamran's Mixtral 8x7b Chat",
|