Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|