awacke1 commited on
Commit
b81715b
1 Parent(s): 9ba5874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ gr.Interface(bulk_function,
134
  inputs=[gr.inputs.File(file_count="single", type="file", label="Upload file", optional=False),],
135
  outputs=[gr.outputs.File(label="Output file")],
136
  # examples=[["YOUR_FILENAME.csv"]], # computes, doesn't export df so far
137
- ["highlight", "json", "html"],
138
  theme="huggingface",
139
  title="Emotion Classification from CSV",
140
  description="Upload csv file with 2 columns (in order): (a) ID column, (b) text column. Model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base.",
 
134
  inputs=[gr.inputs.File(file_count="single", type="file", label="Upload file", optional=False),],
135
  outputs=[gr.outputs.File(label="Output file")],
136
  # examples=[["YOUR_FILENAME.csv"]], # computes, doesn't export df so far
137
+ #["highlight", "json", "html"],
138
  theme="huggingface",
139
  title="Emotion Classification from CSV",
140
  description="Upload csv file with 2 columns (in order): (a) ID column, (b) text column. Model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base.",