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

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', 'Pink Ferrai Car','Blue Bugati Bike']]
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 = [['Pink Ferrari Car', 'Manga'], ['A man sipping wine wearing a spacesuit on the moon', 'GTA-5']] # Added valid styles
305
 
306
  demo = gr.Interface(inference,
307
  inputs = [gr.Textbox(label='Prompt'),