prithivMLmods commited on
Commit
e00c582
·
verified ·
1 Parent(s): ca04f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
163
  examples=examples,
164
  inputs=prompt,
165
  outputs=[result, seed],
166
- fn=generate,
167
  cache_examples=CACHE_EXAMPLES,
168
  )
169
 
 
163
  examples=examples,
164
  inputs=prompt,
165
  outputs=[result, seed],
166
+ fn=dalle4k,
167
  cache_examples=CACHE_EXAMPLES,
168
  )
169