j-hartmann commited on
Commit
404eb3d
1 Parent(s): 6f85a00

Update app.py

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