Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ templates = [
|
|
| 139 |
|
| 140 |
demo = gr.ChatInterface(
|
| 141 |
fn=respond,
|
| 142 |
-
|
| 143 |
gr.Dropdown([
|
| 144 |
'Oumuamua-7b-RP_Q4_K_M.gguf',
|
| 145 |
'Oumuamua-7b-instruct-v2-Q4_K_M.gguf',
|
|
|
|
| 139 |
|
| 140 |
demo = gr.ChatInterface(
|
| 141 |
fn=respond,
|
| 142 |
+
additional_inputs=[
|
| 143 |
gr.Dropdown([
|
| 144 |
'Oumuamua-7b-RP_Q4_K_M.gguf',
|
| 145 |
'Oumuamua-7b-instruct-v2-Q4_K_M.gguf',
|