andyfe commited on
Commit
47c4494
·
1 Parent(s): 0e27985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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