LN1996 commited on
Commit
25dd51c
·
1 Parent(s): d90d3a3

Update app.py

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