Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 180 |
"""
|
| 181 |
# 🎥 Video Transcription and Smart Summary
|
| 182 |
|
| 183 |
-
Upload a video or provide a YouTube link to get a transcription and AI-generated summary.
|
| 184 |
"""
|
| 185 |
)
|
| 186 |
|
|
|
|
| 180 |
"""
|
| 181 |
# 🎥 Video Transcription and Smart Summary
|
| 182 |
|
| 183 |
+
Upload a video or provide a YouTube link to get a transcription and AI-generated summary. HF Zero GPU has a usage time limit. So if you want to run longer videos I recommend you clone the space. Remove @Spaces.gpu from the code and run it locally on your GPU!
|
| 184 |
"""
|
| 185 |
)
|
| 186 |
|