Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ def inference(prompt, style):
|
|
310 |
|
311 |
title = "Stable Diffusion and Textual Inversion"
|
312 |
description = "A simple Gradio interface to stylize Stable Diffusion outputs"
|
313 |
-
examples = [[
|
314 |
|
315 |
demo = gr.Interface(inference,
|
316 |
inputs = [gr.Textbox(label='Prompt'),
|
|
|
310 |
|
311 |
title = "Stable Diffusion and Textual Inversion"
|
312 |
description = "A simple Gradio interface to stylize Stable Diffusion outputs"
|
313 |
+
examples = [['A man sipping wine wearing a spacesuit on the moon', style] for style in dict_styles.keys()]
|
314 |
|
315 |
demo = gr.Interface(inference,
|
316 |
inputs = [gr.Textbox(label='Prompt'),
|