j-hartmann commited on
Commit
767716e
1 Parent(s): bac332d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,6 +111,6 @@ gr.Interface(bulk_function, inputs=[gr.inputs.File(file_count="single", type="fi
111
  # examples=[["YOUR_FILENAME.csv"]], # computes, doesn't export df so far
112
  theme="huggingface",
113
  title="Emotion Classification from CSV",
114
- description="Upload csv file with 2 columns (in order): (a) ID column, (b) text column. The script returns a new file that includes both the ID column and text column together with the emotion predictions using this model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base."
115
  allow_flagging=False,
116
  ).launch(debug=True)
 
111
  # examples=[["YOUR_FILENAME.csv"]], # computes, doesn't export df so far
112
  theme="huggingface",
113
  title="Emotion Classification from CSV",
114
+ description="Upload csv file with 2 columns (in order): (a) ID column, (b) text column. The script returns a new file that includes both the ID column and text column together with the emotion predictions using this model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base.",
115
  allow_flagging=False,
116
  ).launch(debug=True)