Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -301,7 +301,10 @@ def inference(prompt, style,seed):
|
|
| 301 |
|
| 302 |
title = "Stable Diffusion and Textual Inversion"
|
| 303 |
description = "A simple Gradio interface to stylize Stable Diffusion outputs"
|
| 304 |
-
examples = [['Pink Ferrari Car', '24041975','Manga'],
|
|
|
|
|
|
|
|
|
|
| 305 |
|
| 306 |
demo = gr.Interface(inference,
|
| 307 |
inputs = [gr.Textbox(label='Prompt'), gr.Textbox(label='Seed', value='24041975'),
|
|
|
|
| 301 |
|
| 302 |
title = "Stable Diffusion and Textual Inversion"
|
| 303 |
description = "A simple Gradio interface to stylize Stable Diffusion outputs"
|
| 304 |
+
examples = examples = [['Pink Ferrari Car', '24041975', 'Manga'],
|
| 305 |
+
['A man sipping tea wearing a spacesuit on the moon', '24041975', 'GTA-5']]
|
| 306 |
+
# Example inputs
|
| 307 |
+
|
| 308 |
|
| 309 |
demo = gr.Interface(inference,
|
| 310 |
inputs = [gr.Textbox(label='Prompt'), gr.Textbox(label='Seed', value='24041975'),
|