Spaces:
Sleeping
Sleeping
Force HF Spaces rebuild - add DEBUG MODE v2.1
Browse files
app.py
CHANGED
|
@@ -449,7 +449,7 @@ setTimeout(function() {
|
|
| 449 |
</button>
|
| 450 |
|
| 451 |
<div id="drive-status" style="margin-top: 10px; padding: 10px; background: #f5f5f5; border-radius: 5px;">
|
| 452 |
-
|
| 453 |
</div>
|
| 454 |
</div>
|
| 455 |
"""
|
|
@@ -467,11 +467,12 @@ custom_css = """
|
|
| 467 |
|
| 468 |
with gr.Blocks(title="Video Trimmer Tool", theme=gr.themes.Soft(), css=custom_css) as demo:
|
| 469 |
gr.Markdown("""
|
| 470 |
-
# 🎬 Video Trimmer Tool (Client-Side Google Drive) v2.
|
| 471 |
Upload a video file, set trim points using the sliders, and get both trimmed video and extracted audio files.
|
| 472 |
|
| 473 |
**NEW: Individual Google Drive Authentication** - Each user connects their own Google account!
|
| 474 |
**No more shared credentials!** 🎉
|
|
|
|
| 475 |
""")
|
| 476 |
|
| 477 |
# Add Google Drive integration
|
|
|
|
| 449 |
</button>
|
| 450 |
|
| 451 |
<div id="drive-status" style="margin-top: 10px; padding: 10px; background: #f5f5f5; border-radius: 5px;">
|
| 452 |
+
🔄 Loading Google APIs... Check console (F12) for debug logs
|
| 453 |
</div>
|
| 454 |
</div>
|
| 455 |
"""
|
|
|
|
| 467 |
|
| 468 |
with gr.Blocks(title="Video Trimmer Tool", theme=gr.themes.Soft(), css=custom_css) as demo:
|
| 469 |
gr.Markdown("""
|
| 470 |
+
# 🎬 Video Trimmer Tool (Client-Side Google Drive) v2.1 DEBUG
|
| 471 |
Upload a video file, set trim points using the sliders, and get both trimmed video and extracted audio files.
|
| 472 |
|
| 473 |
**NEW: Individual Google Drive Authentication** - Each user connects their own Google account!
|
| 474 |
**No more shared credentials!** 🎉
|
| 475 |
+
**DEBUG MODE: Check browser console for detailed logs** 🔍
|
| 476 |
""")
|
| 477 |
|
| 478 |
# Add Google Drive integration
|