Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 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) Serverless Image Gen — Generate image on Hugging Face inference, default model is FLUX.1-Krea-dev.
|
| 7 |
|
| 8 |
from __future__ import annotations
|
| 9 |
|