LN1996 commited on
Commit
a480c0f
·
1 Parent(s): 037dc3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [[prompt, style] for style in dict_styles.keys()]
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'),