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