prithivMLmods commited on
Commit
af16bbc
1 Parent(s): 4c50128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
180
  negative_prompt.submit,
181
  run_button.click,
182
  ],
183
- fn=generate,
184
  inputs=[
185
  prompt,
186
  negative_prompt,
 
180
  negative_prompt.submit,
181
  run_button.click,
182
  ],
183
+ fn=dalle4k,
184
  inputs=[
185
  prompt,
186
  negative_prompt,