Spaces:
Runtime error
Runtime error
Commit
·
fc3aa78
1
Parent(s):
57cba06
Update app.py
Browse files
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=
|
| 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',
|