broadfield-dev commited on
Commit
fd67c61
·
verified ·
1 Parent(s): 69feb23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -2,6 +2,10 @@ import os
2
  os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
3
  from doitall import main
4
  history = []
 
 
 
 
5
  prompt_in={'text':"why is the sky blue?"}
6
  clients=[{'type':'image','loc':'hf','key':'','name':'black-forest-labs/FLUX.1-dev','rank':'op','max_tokens':16384,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},
7
  {'type':'text','loc':'hf','name':'Qwen/Qwen2.5-Coder-32B-Instruct','rank':'op','max_tokens':32768,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},
 
2
  os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
3
  from doitall import main
4
  history = []
5
+
6
+
7
+
8
+
9
  prompt_in={'text':"why is the sky blue?"}
10
  clients=[{'type':'image','loc':'hf','key':'','name':'black-forest-labs/FLUX.1-dev','rank':'op','max_tokens':16384,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},
11
  {'type':'text','loc':'hf','name':'Qwen/Qwen2.5-Coder-32B-Instruct','rank':'op','max_tokens':32768,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},