samueldomdey commited on
Commit
ab6b906
·
1 Parent(s): fba9f25

add example

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,5 +73,5 @@ def bulk_function(filename):
73
  # return dataframe for space output
74
  return YOUR_FILENAME
75
 
76
- gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],
77
- ).launch(debug=True)
 
73
  # return dataframe for space output
74
  return YOUR_FILENAME
75
 
76
+ gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],examples=[['emotion_examples.csv'],],
77
+ 77 ).launch(debug=True)