yxmnjxzx commited on
Commit
dd6238a
·
verified ·
1 Parent(s): 6f4e860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -267,7 +267,8 @@ class GradioInterface:
267
  ["Is nuclear energy good?", "verse"],
268
  ["How does a computer work?", "phor"],
269
  ["How to make money fast?", "done"],
270
- ["how can you prove IT0's lemma in stochastic calculus ?", "math_meta"],
 
271
  ],
272
  inputs=[prompt_text, meta_prompt_choice]
273
  )
 
267
  ["Is nuclear energy good?", "verse"],
268
  ["How does a computer work?", "phor"],
269
  ["How to make money fast?", "done"],
270
+ ["how can you prove IT0's lemma in stochastic calculus ?", "math_meta"],
271
+ ["Optimize the prompt that users enter for image generation with Stable Diffusion XL model", "system"],
272
  ],
273
  inputs=[prompt_text, meta_prompt_choice]
274
  )