Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
1d3dc52
1
Parent(s):
25a935c
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def get_transcript_url(url):
|
|
103 |
df_topic = pd.DataFrame(topics)
|
104 |
|
105 |
|
106 |
-
return transcription_result['text'], transcription_result['summary'], df, df_topic.head(
|
107 |
|
108 |
# def get_transcript_file(filename):
|
109 |
|
|
|
103 |
df_topic = pd.DataFrame(topics)
|
104 |
|
105 |
|
106 |
+
return transcription_result['text'], transcription_result['summary'], df, df_topic.head()
|
107 |
|
108 |
# def get_transcript_file(filename):
|
109 |
|