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