hltdx commited on
Commit
393b0ce
·
unverified ·
1 Parent(s): 5a27383

Fixing iface1 function's inputs.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def delete_data(secret):
45
  # Create Gradio interface
46
  iface1 = gr.Interface(
47
  fn=save_data,
48
- inputs="text",
49
  outputs="text",
50
  title="Save Data"
51
  )
 
45
  # Create Gradio interface
46
  iface1 = gr.Interface(
47
  fn=save_data,
48
+ inputs=["text", "text", "text"],
49
  outputs="text",
50
  title="Save Data"
51
  )