thak123 commited on
Commit
e27d51d
·
verified ·
1 Parent(s): 3c759b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ demo = gr.Interface(
80
  reset_demo = gr.Interface(
81
  fn=reset_names,
82
  inputs=[gr.Textbox(label="List of Names (separated by newline)")],
83
- outputs=[gr.State()],
84
  title="Reset Names",
85
  description="Enter new list of names here to reset the app.",
86
  )
 
80
  reset_demo = gr.Interface(
81
  fn=reset_names,
82
  inputs=[gr.Textbox(label="List of Names (separated by newline)")],
83
+
84
  title="Reset Names",
85
  description="Enter new list of names here to reset the app.",
86
  )