Nipun commited on
Commit
8f8f647
·
1 Parent(s): 75bb141

Force HF Spaces rebuild - add version number

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -308,10 +308,11 @@ custom_css = """
308
 
309
  with gr.Blocks(title="Video Trimmer Tool", theme=gr.themes.Soft(), css=custom_css) as demo:
310
  gr.Markdown("""
311
- # 🎬 Video Trimmer Tool (Client-Side Google Drive)
312
  Upload a video file, set trim points using the sliders, and get both trimmed video and extracted audio files.
313
 
314
  **NEW: Individual Google Drive Authentication** - Each user connects their own Google account!
 
315
  """)
316
 
317
  # Add Google Drive integration
 
308
 
309
  with gr.Blocks(title="Video Trimmer Tool", theme=gr.themes.Soft(), css=custom_css) as demo:
310
  gr.Markdown("""
311
+ # 🎬 Video Trimmer Tool (Client-Side Google Drive) v2.0
312
  Upload a video file, set trim points using the sliders, and get both trimmed video and extracted audio files.
313
 
314
  **NEW: Individual Google Drive Authentication** - Each user connects their own Google account!
315
+ **No more shared credentials!** 🎉
316
  """)
317
 
318
  # Add Google Drive integration