j-hartmann commited on
Commit
7fa15d7
·
1 Parent(s): 022652a

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="str", optional=False),],["file"],
76
- examples=[['https://raw.githubusercontent.com/j-hartmann/emotion-english-distilroberta-base/main/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="str", optional=False),],["file"],
76
+ examples=[['emotion_examples.csv'],],
77
  ).launch(debug=True)