Spaces:
Runtime error
Runtime error
Claude commited on
fix: Use GPU-decorated process_youtube for ZeroGPU compatibility
Browse files
app.py
CHANGED
|
@@ -738,7 +738,7 @@ def handle_chat(
|
|
| 738 |
})
|
| 739 |
|
| 740 |
try:
|
| 741 |
-
result =
|
| 742 |
|
| 743 |
# Summarize the result for chat
|
| 744 |
if "Error" in result or "Please" in result:
|
|
|
|
| 738 |
})
|
| 739 |
|
| 740 |
try:
|
| 741 |
+
result = process_youtube(normalized, 5, session_state, progress)
|
| 742 |
|
| 743 |
# Summarize the result for chat
|
| 744 |
if "Error" in result or "Please" in result:
|