Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
# 2) DuckDuckGo Search — compact JSONL search output (short keys to minimize tokens)
|
| 4 |
# 3) Python Code Executor — run Python code and capture stdout/errors
|
| 5 |
# 4) Kokoro TTS — synthesize speech from text using Kokoro-82M
|
|
|
|
|
|
|
| 6 |
|
| 7 |
from __future__ import annotations
|
| 8 |
|
|
|
|
| 3 |
# 2) DuckDuckGo Search — compact JSONL search output (short keys to minimize tokens)
|
| 4 |
# 3) Python Code Executor — run Python code and capture stdout/errors
|
| 5 |
# 4) Kokoro TTS — synthesize speech from text using Kokoro-82M
|
| 6 |
+
# 5) Image Generation - HF serverless inference providers (Default: FLUX.1-Krea-dev)
|
| 7 |
+
# 6) Video Generation - HF serverless inference providers (Default: Wan2.2-T2V-A14B)
|
| 8 |
|
| 9 |
from __future__ import annotations
|
| 10 |
|