Spaces:
Running
Running
Commit
·
3a42d21
1
Parent(s):
ae832b8
Update app.py
Browse files
app.py
CHANGED
@@ -293,14 +293,9 @@ with gr.Blocks() as demo:
|
|
293 |
send_btn.click(fn=inference_sentence, inputs=input, outputs=output)
|
294 |
with gr.Tab("Dataset"):
|
295 |
gr.Markdown("""
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
The data should be in tsv-format with two named columns: the first column (id) should contain the sentence IDs, and the second column (text) should contain the actual texts. Optionally, there is a third column named 'date', which specifies the date associated with the text (e.g., tweet date). This column is necessary when the options 'emotion distribution over time' and 'peaks' are selected.
|
301 |
-
|
302 |
-
You can also try out the demo in showcase mode, which uses example data, namely a dataset with tweets about the COVID-19 pandemic.
|
303 |
-
""")
|
304 |
with gr.Row():
|
305 |
with gr.Column():
|
306 |
input_file = gr.File(
|
|
|
293 |
send_btn.click(fn=inference_sentence, inputs=input, outputs=output)
|
294 |
with gr.Tab("Dataset"):
|
295 |
gr.Markdown("""
|
296 |
+
_As we are currently updating this demo, submitting your own data is unavailable for the moment._
|
297 |
+
_Try out the showcase mode._
|
298 |
+
""")
|
|
|
|
|
|
|
|
|
|
|
299 |
with gr.Row():
|
300 |
with gr.Column():
|
301 |
input_file = gr.File(
|