Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def query(system_prompt, user_prompt, temperature=0.9, max_new_tokens=256, top_p
|
|
173 |
|
174 |
iface = gr.Interface(
|
175 |
query,
|
176 |
-
inputs=["text"],
|
177 |
outputs="text",
|
178 |
)
|
179 |
|
|
|
173 |
|
174 |
iface = gr.Interface(
|
175 |
query,
|
176 |
+
inputs=["text","text","text","text","text","text"],
|
177 |
outputs="text",
|
178 |
)
|
179 |
|