Nymbo commited on
Commit
42a9365
·
verified ·
1 Parent(s): 4c3fbd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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