lunadebruyne commited on
Commit
a069d53
·
1 Parent(s): 4b76193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface2 = gr.Interface(
73
  ],
74
  #outputs=["text", "text", "text", "text", "text"])
75
  outputs = [
76
- gr.Textbox(label="Output file."),
77
  gr.Textbox(label="Emotion frequencies"),
78
  gr.Textbox(label="Emotion distribution over time"),
79
  gr.Textbox(label="Peaks"),
 
73
  ],
74
  #outputs=["text", "text", "text", "text", "text"])
75
  outputs = [
76
+ gr.Textbox(label="Output file"),
77
  gr.Textbox(label="Emotion frequencies"),
78
  gr.Textbox(label="Emotion distribution over time"),
79
  gr.Textbox(label="Peaks"),