Nymbo commited on
Commit
1c962e3
·
verified ·
1 Parent(s): 5796230

Update app.py

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