prithivMLmods commited on
Commit
1ef8fa5
1 Parent(s): 68fc7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
277
  negative_prompt.submit,
278
  run_button.click,
279
  ],
280
- fn=generate,
281
  inputs=[
282
  prompt,
283
  negative_prompt,
 
277
  negative_prompt.submit,
278
  run_button.click,
279
  ],
280
+ fn=stab,
281
  inputs=[
282
  prompt,
283
  negative_prompt,