Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|
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'),
|