Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def query(bot_name, system_prompt, user_prompt, temperature=0.9, max_new_tokens=
|
|
50 |
|
51 |
iface = gr.Interface(
|
52 |
query,
|
53 |
-
inputs=["text","text","text","text","text","text"],
|
54 |
outputs="text",
|
55 |
)
|
56 |
|
|
|
50 |
|
51 |
iface = gr.Interface(
|
52 |
query,
|
53 |
+
inputs=["text","text","text","text","text","text","text"],
|
54 |
outputs="text",
|
55 |
)
|
56 |
|