Spaces:
Runtime error
Runtime error
Commit
·
b37e907
1
Parent(s):
5319c52
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ gr.Interface(bulk_function, inputs=[gr.inputs.File(file_count="single", type="fi
|
|
110 |
outputs=[gr.outputs.File(label="Output file")],
|
111 |
# examples=[["YOUR_FILENAME.csv"]], # computes, doesn't export df so far
|
112 |
theme="huggingface",
|
113 |
-
title="
|
114 |
description="Upload csv file with 2 columns (in order): (a) ID column, (b) text column. The script returns both together with the results form the emotion classification",
|
115 |
allow_flagging=False,
|
116 |
).launch(debug=True)
|
|
|
110 |
outputs=[gr.outputs.File(label="Output file")],
|
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 results form the emotion classification",
|
115 |
allow_flagging=False,
|
116 |
).launch(debug=True)
|