Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|