Spaces:
Runtime error
Runtime error
Commit
·
bac332d
1
Parent(s):
b37e907
Update app.py
Browse files
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 both together with the
|
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)
|