appsnprojectsstpl-tech commited on
Commit
578ec8e
·
1 Parent(s): 350d24d

Update default OmniRoute model to chatgpt-web

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ with gr.Blocks() as demo:
125
  )
126
  omni_model = gr.Textbox(
127
  label="Model ID",
128
- value="black-forest-labs/FLUX.1-schnell",
129
- info="The underlying model to route to"
130
  )
131
 
132
  input_image = gr.Image(label="Image to Edit", type="pil")
 
125
  )
126
  omni_model = gr.Textbox(
127
  label="Model ID",
128
+ value="chatgpt-web",
129
+ info="The underlying model to route to (e.g. chatgpt-web)"
130
  )
131
 
132
  input_image = gr.Image(label="Image to Edit", type="pil")