Spaces:
Sleeping
Sleeping
Fix: Remove duplicate decorator causing AttributeError
Browse files- modal_whisper_app.py +0 -6
modal_whisper_app.py
CHANGED
@@ -752,12 +752,6 @@ def extract_video_urls_from_search(search_results: List[Dict[str, str]], max_url
|
|
752 |
if len(video_urls) >= max_urls:
|
753 |
break
|
754 |
# === 7. Topic-Based Video Analysis Orchestrator ===
|
755 |
-
@app.function(
|
756 |
-
image=video_analysis_image_v2,
|
757 |
-
secrets=[HF_TOKEN_SECRET],
|
758 |
-
gpu="any",
|
759 |
-
timeout=3600
|
760 |
-
)
|
761 |
@app.function(
|
762 |
image=video_analysis_image_v2,
|
763 |
secrets=[HF_TOKEN_SECRET],
|
|
|
752 |
if len(video_urls) >= max_urls:
|
753 |
break
|
754 |
# === 7. Topic-Based Video Analysis Orchestrator ===
|
|
|
|
|
|
|
|
|
|
|
|
|
755 |
@app.function(
|
756 |
image=video_analysis_image_v2,
|
757 |
secrets=[HF_TOKEN_SECRET],
|