Subzero7473 commited on
Commit
fc3aa78
·
1 Parent(s): 57cba06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_transcript_sentiment(url):
43
  demo = gr.Interface(
44
  fn=get_transcript_sentiment,
45
  inputs="text",
46
- outputs="text",
47
  #inputs=gr.Textbox(lines=2, placeholder="MP3 URL here"),
48
  #outputs="text",
49
  #title='Detect the sentiment of transcript content',
 
43
  demo = gr.Interface(
44
  fn=get_transcript_sentiment,
45
  inputs="text",
46
+ outputs=[gr.Dataframe()],
47
  #inputs=gr.Textbox(lines=2, placeholder="MP3 URL here"),
48
  #outputs="text",
49
  #title='Detect the sentiment of transcript content',