Shivdutta commited on
Commit
e84a799
·
verified ·
1 Parent(s): ff89690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def inference(prompt, style):
139
 
140
  title = "Stable Diffusion and Textual Inversion"
141
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
142
- examples = [['A man sipping wine wearing a spacesuit on the moon', 'Stripes']]
143
 
144
  demo = gr.Interface(inference,
145
  inputs=[gr.Textbox(label='Prompt'),
 
139
 
140
  title = "Stable Diffusion and Textual Inversion"
141
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
142
+ examples = [['A man sipping wine wearing a spacesuit on the moon']]
143
 
144
  demo = gr.Interface(inference,
145
  inputs=[gr.Textbox(label='Prompt'),