Saim-11 commited on
Commit
947b95d
·
verified ·
1 Parent(s): a932694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  inputs=gr.Textbox(label="Enter YouTube URL"),
65
  outputs=gr.Textbox(label="Sentiment Analysis Result"),
66
  title="YouTube Video Sentiment",
67
- description="Enter a YouTube video URL to analyze the sentiment of its title.",
68
  )
69
 
70
  # Launch the interface
 
64
  inputs=gr.Textbox(label="Enter YouTube URL"),
65
  outputs=gr.Textbox(label="Sentiment Analysis Result"),
66
  title="YouTube Video Sentiment",
67
+ description="Enter a YouTube video URL to analyze the sentiment of its title. video length must be shorter because audio to text maytake longer time",
68
  )
69
 
70
  # Launch the interface