Shivdutta commited on
Commit
415d42e
·
verified ·
1 Parent(s): 6798689

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ def inference(prompt, seed,style):
301
 
302
  title = "Stable Diffusion and Textual Inversion"
303
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
304
- examples = [['A man sipping wine wearing a spacesuit on the moon', 'Stripes']]
305
 
306
  demo = gr.Interface(inference,
307
  inputs = [gr.Textbox(label='Prompt'),
 
301
 
302
  title = "Stable Diffusion and Textual Inversion"
303
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
304
+ examples = [['A man sipping wine wearing a spacesuit on the moon', 'Pink Ferrai Car','Blue Bugati Bike']]
305
 
306
  demo = gr.Interface(inference,
307
  inputs = [gr.Textbox(label='Prompt'),