artificialguybr commited on
Commit
63e5c75
1 Parent(s): ba99133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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