Spaces:
Sleeping
Sleeping
Force HF Spaces rebuild - add version number
Browse files
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
|